#719DB6

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

Shades of Shakespeare #719DB6

Tints of Shakespeare #719DB6

Color information

#719DB6 (or 0x719DB6) is unknown color: approx Shakespeare. HEX triplet: 71, 9D and B6. RGB value is (113,157,182). Sum of RGB (Red+Green+Blue) = 113+157+182=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #719DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DB6 is #8E6249. Grayscale: #929292. Windows color (decimal): -9331274 or 11967857. OLE color: 11967857.

HSL color Cylindrical-coordinate representation of color #719DB6: hue angle of 201.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #719DB6 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB113157182-
CMYK0.380.1400.29
HSL201.74º32.09%57.84%-
HSV(B)201.74º37.91%71.37%-
XYZ27.313148.8-
YUV146.69147.92103.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=25%
G=34.73%
B=40.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131571820.380.1400.29201.7432.0957.84
Hex719DB626E01Dca203a
Octal16123526646160353124072
Binary11100011001110110110110100110111001110111001010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,157,182); }

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

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

 a { background-color: rgb(113,157,182); }

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

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

 span { border-color: rgb(113,157,182); }

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