#709AB9

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

Shades of Shakespeare #709AB9

Tints of Shakespeare #709AB9

Color information

#709AB9 (or 0x709AB9) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and B9. RGB value is (112,154,185). Sum of RGB (Red+Green+Blue) = 112+154+185=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #709AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AB9 is #8F6546. Grayscale: #909090. Windows color (decimal): -9397575 or 12163696. OLE color: 12163696.

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

Color convert

RGB112154185-
CMYK0.390.1700.27
HSL205.48º34.27%58.24%-
HSV(B)205.48º39.46%72.55%-
XYZ26.9930.0650.28-
YUV144.98150.59104.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=24.83%
G=34.15%
B=41.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121541850.390.1700.27205.4834.2758.24
Hex709AB9271101Bcd223a
Octal16023227147210333154272
Binary111000010011010101110011001111000101101111001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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