#709BB9

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

Shades of Shakespeare #709BB9

Tints of Shakespeare #709BB9

Color information

#709BB9 (or 0x709BB9) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and B9. RGB value is (112,155,185). Sum of RGB (Red+Green+Blue) = 112+155+185=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 155 (60.94% from 255 or 34.29% 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 #709BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BB9 is #8F6446. Grayscale: #919191. Windows color (decimal): -9397319 or 12163952. OLE color: 12163952.

HSL color Cylindrical-coordinate representation of color #709BB9: hue angle of 204.66º 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 #709BB9 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112155185-
CMYK0.390.1600.27
HSL204.66º34.27%58.24%-
HSV(B)204.66º39.46%72.55%-
XYZ27.1630.3950.33-
YUV145.56150.25104.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=24.78%
G=34.29%
B=40.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121551850.390.1600.27204.6634.2758.24
Hex709BB9271001Bcd223a
Octal16023327147200333154272
Binary111000010011011101110011001111000001101111001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,185); }

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

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

 a { background-color: rgb(112,155,185); }

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

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

 span { border-color: rgb(112,155,185); }

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