#709EBE

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

Shades of Shakespeare #709EBE

Tints of Shakespeare #709EBE

Color information

#709EBE (or 0x709EBE) is unknown color: approx Shakespeare. HEX triplet: 70, 9E and BE. RGB value is (112,158,190). Sum of RGB (Red+Green+Blue) = 112+158+190=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #709EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EBE is #8F6141. Grayscale: #939393. Windows color (decimal): -9396546 or 12492400. OLE color: 12492400.

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

Color convert

RGB112158190-
CMYK0.410.1700.25
HSL204.62º37.5%59.22%-
HSV(B)204.62º41.05%74.51%-
XYZ28.231.6253.33-
YUV147.89151.76102.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=24.35%
G=34.35%
B=41.30%

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
Decimal1121581900.410.1700.25204.6237.559.22
Hex709EBE2911019cd263b
Octal16023627651210313154673
Binary111000010011110101111101010011000101100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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