#709FB5

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

Shades of Shakespeare #709FB5

Tints of Shakespeare #709FB5

Color information

#709FB5 (or 0x709FB5) is unknown color: approx Shakespeare. HEX triplet: 70, 9F and B5. RGB value is (112,159,181). Sum of RGB (Red+Green+Blue) = 112+159+181=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #709FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FB5 is #8F604A. Grayscale: #939393. Windows color (decimal): -9396299 or 11902832. OLE color: 11902832.

HSL color Cylindrical-coordinate representation of color #709FB5: hue angle of 199.13º degrees, saturation: 0.32, 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 #709FB5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112159181-
CMYK0.380.1200.29
HSL199.13º31.8%57.45%-
HSV(B)199.13º38.12%70.98%-
XYZ27.4231.5848.37-
YUV147.45146.93102.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=24.78%
G=35.18%
B=40.04%

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
Decimal1121591810.380.1200.29199.1331.857.45
Hex709FB526C01Dc72039
Octal16023726546140353074071
Binary11100001001111110110101100110110001110111000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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