#709FB4

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

Shades of Shakespeare #709FB4

Tints of Shakespeare #709FB4

Color information

#709FB4 (or 0x709FB4) is unknown color: approx Shakespeare. HEX triplet: 70, 9F and B4. RGB value is (112,159,180). Sum of RGB (Red+Green+Blue) = 112+159+180=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #709FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FB4 is #8F604B. Grayscale: #939393. Windows color (decimal): -9396300 or 11837296. OLE color: 11837296.

HSL color Cylindrical-coordinate representation of color #709FB4: hue angle of 198.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #709FB4 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112159180-
CMYK0.380.1200.29
HSL198.53º31.19%57.25%-
HSV(B)198.53º37.78%70.59%-
XYZ27.3231.5447.83-
YUV147.34146.43102.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=24.83%
G=35.25%
B=39.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121591800.380.1200.29198.5331.1957.25
Hex709FB426C01Dc71f39
Octal16023726446140353073771
Binary1110000100111111011010010011011000111011100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,159,180); }

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

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

 a { background-color: rgb(112,159,180); }

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

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

 span { border-color: rgb(112,159,180); }

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