#709EB9

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

Shades of Shakespeare #709EB9

Tints of Shakespeare #709EB9

Color information

#709EB9 (or 0x709EB9) is unknown color: approx Shakespeare. HEX triplet: 70, 9E and B9. RGB value is (112,158,185). Sum of RGB (Red+Green+Blue) = 112+158+185=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #709EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EB9 is #8F6146. Grayscale: #939393. Windows color (decimal): -9396551 or 12164720. OLE color: 12164720.

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

Color convert

RGB112158185-
CMYK0.390.1500.27
HSL202.19º34.27%58.24%-
HSV(B)202.19º39.46%72.55%-
XYZ27.6731.450.5-
YUV147.32149.26102.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=24.62%
G=34.73%
B=40.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121581850.390.1500.27202.1934.2758.24
Hex709EB927F01Bca223a
Octal16023627147170333124272
Binary11100001001111010111001100111111101101111001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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