#719AB9

Color #719AB9 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #719AB9

Tints of Shakespeare #719AB9

Color information

#719AB9 (or 0x719AB9) is unknown color: approx Shakespeare. HEX triplet: 71, 9A and B9. RGB value is (113,154,185). Sum of RGB (Red+Green+Blue) = 113+154+185=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #719AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AB9 is #8E6546. Grayscale: #919191. Windows color (decimal): -9332039 or 12163697. OLE color: 12163697.

HSL color Cylindrical-coordinate representation of color #719AB9: hue angle of 205.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #719AB9 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113154185-
CMYK0.390.1700.27
HSL205.83º33.96%58.43%-
HSV(B)205.83º38.92%72.55%-
XYZ27.1230.1250.28-
YUV145.28150.42104.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=25%
G=34.07%
B=40.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131541850.390.1700.27205.8333.9658.43
Hex719AB9271101Bce223a
Octal16123227147210333164272
Binary111000110011010101110011001111000101101111001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719AB9; }

 p { color: rgb(113,154,185); }

 H1.HeaderClassName
 {
   color: #719AB9;
 }
 .AnyTagClassName
 {
   color: #719AB9;
 }
</style>
background-color css

<style>
 a { background-color: #719AB9; }

 a { background-color: rgb(113,154,185); }

 div.DivClassName
 {
   background-color: #719AB9;
 }
 .BgClassName
 {
   background-color: #719AB9;
 }
</style>
border-color css

<style>
 span { border-color: #719AB9; }

 span { border-color: rgb(113,154,185); }

 td.TdClassName
 {
   border-color: #719AB9;
 }
 .TagClassName
 {
   border-color: #719AB9;
 }
</style>