#709DC0

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

Shades of Shakespeare #709DC0

Tints of Shakespeare #709DC0

Color information

#709DC0 (or 0x709DC0) is unknown color: approx Shakespeare. HEX triplet: 70, 9D and C0. RGB value is (112,157,192). Sum of RGB (Red+Green+Blue) = 112+157+192=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #709DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DC0 is #8F623F. Grayscale: #939393. Windows color (decimal): -9396800 or 12623216. OLE color: 12623216.

HSL color Cylindrical-coordinate representation of color #709DC0: hue angle of 206.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709DC0 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112157192-
CMYK0.420.1800.25
HSL206.25º38.83%59.61%-
HSV(B)206.25º41.67%75.29%-
XYZ28.2531.3654.43-
YUV147.54153.09102.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=24.30%
G=34.06%
B=41.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121571920.420.1800.25206.2538.8359.61
Hex709DC02A12019ce273c
Octal16023530052220313164774
Binary111000010011101110000001010101001001100111001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709DC0; }

 p { color: rgb(112,157,192); }

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

<style>
 a { background-color: #709DC0; }

 a { background-color: rgb(112,157,192); }

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

<style>
 span { border-color: #709DC0; }

 span { border-color: rgb(112,157,192); }

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