#709ABB

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

Shades of Shakespeare #709ABB

Tints of Shakespeare #709ABB

Color information

#709ABB (or 0x709ABB) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and BB. RGB value is (112,154,187). Sum of RGB (Red+Green+Blue) = 112+154+187=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #709ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ABB is #8F6544. Grayscale: #919191. Windows color (decimal): -9397573 or 12294768. OLE color: 12294768.

HSL color Cylindrical-coordinate representation of color #709ABB: hue angle of 206.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709ABB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112154187-
CMYK0.400.1800.27
HSL206.4º35.55%58.63%-
HSV(B)206.4º40.11%73.33%-
XYZ27.2130.1451.4-
YUV145.2151.59104.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=24.72%
G=34.00%
B=41.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121541870.400.1800.27206.435.5558.63
Hex709ABB281201Bce243b
Octal16023227350220333164473
Binary111000010011010101110111010001001001101111001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,187); }

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

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

 a { background-color: rgb(112,154,187); }

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

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

 span { border-color: rgb(112,154,187); }

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