#719AB8

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

Shades of Shakespeare #719AB8

Tints of Shakespeare #719AB8

Color information

#719AB8 (or 0x719AB8) is unknown color: approx Shakespeare. HEX triplet: 71, 9A and B8. RGB value is (113,154,184). Sum of RGB (Red+Green+Blue) = 113+154+184=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 184 - color contains mainly: blue. Hex color #719AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AB8 is #8E6547. Grayscale: #919191. Windows color (decimal): -9332040 or 12098161. OLE color: 12098161.

HSL color Cylindrical-coordinate representation of color #719AB8: hue angle of 205.35º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #719AB8 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB113154184-
CMYK0.390.1600.28
HSL205.35º33.33%58.24%-
HSV(B)205.35º38.59%72.16%-
XYZ27.0230.0849.73-
YUV145.16149.92105.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.06%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 184 (72.27% from 255) = 40.80%
R=25.06%
G=34.15%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131541840.390.1600.28205.3533.3358.24
Hex719AB8271001Ccd213a
Octal16123227047200343154172
Binary111000110011010101110001001111000001110011001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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