#709AAE

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

Shades of Shakespeare #709AAE

Tints of Shakespeare #709AAE

Color information

#709AAE (or 0x709AAE) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and AE. RGB value is (112,154,174). Sum of RGB (Red+Green+Blue) = 112+154+174=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #709AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAE is #8F6551. Grayscale: #8F8F8F. Windows color (decimal): -9397586 or 11442800. OLE color: 11442800.

HSL color Cylindrical-coordinate representation of color #709AAE: hue angle of 199.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709AAE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112154174-
CMYK0.360.1100.32
HSL199.35º27.68%56.08%-
HSV(B)199.35º35.63%68.24%-
XYZ25.8829.6144.4-
YUV143.72145.09105.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=25.45%
G=35%
B=39.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121541740.360.1100.32199.3527.6856.08
Hex709AAE24B020c71c38
Octal16023225644130403073470
Binary11100001001101010101110100100101101000001100011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,174); }

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

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

 a { background-color: rgb(112,154,174); }

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

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

 span { border-color: rgb(112,154,174); }

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