#709DB0

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

Shades of Shakespeare #709DB0

Tints of Shakespeare #709DB0

Color information

#709DB0 (or 0x709DB0) is unknown color: approx Shakespeare. HEX triplet: 70, 9D and B0. RGB value is (112,157,176). Sum of RGB (Red+Green+Blue) = 112+157+176=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #709DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DB0 is #8F624F. Grayscale: #919191. Windows color (decimal): -9396816 or 11574640. OLE color: 11574640.

HSL color Cylindrical-coordinate representation of color #709DB0: hue angle of 197.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709DB0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112157176-
CMYK0.360.1100.31
HSL197.81º28.83%56.47%-
HSV(B)197.81º36.36%69.02%-
XYZ26.5830.6945.6-
YUV145.71145.09103.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=25.17%
G=35.28%
B=39.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121571760.360.1100.31197.8128.8356.47
Hex709DB024B01Fc61d38
Octal16023526044130373063570
Binary1110000100111011011000010010010110111111100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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