#709EBF

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

Shades of Shakespeare #709EBF

Tints of Shakespeare #709EBF

Color information

#709EBF (or 0x709EBF) is unknown color: approx Shakespeare. HEX triplet: 70, 9E and BF. RGB value is (112,158,191). Sum of RGB (Red+Green+Blue) = 112+158+191=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #709EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EBF is #8F6140. Grayscale: #939393. Windows color (decimal): -9396545 or 12557936. OLE color: 12557936.

HSL color Cylindrical-coordinate representation of color #709EBF: hue angle of 205.06º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709EBF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112158191-
CMYK0.410.1700.25
HSL205.06º38.16%59.41%-
HSV(B)205.06º41.36%74.9%-
XYZ28.3131.6653.91-
YUV148.01152.26102.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 191 (75% from 255) = 41.43%
R=24.30%
G=34.27%
B=41.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121581910.410.1700.25205.0638.1659.41
Hex709EBF2911019cd263b
Octal16023627751210313154673
Binary111000010011110101111111010011000101100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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