#709AAF

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

Shades of Shakespeare #709AAF

Tints of Shakespeare #709AAF

Color information

#709AAF (or 0x709AAF) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and AF. RGB value is (112,154,175). Sum of RGB (Red+Green+Blue) = 112+154+175=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #709AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAF is #8F6550. Grayscale: #8F8F8F. Windows color (decimal): -9397585 or 11508336. OLE color: 11508336.

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

Color convert

RGB112154175-
CMYK0.360.1200.31
HSL200º28.25%56.27%-
HSV(B)200º36%68.63%-
XYZ25.9829.6544.91-
YUV143.84145.59105.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=25.40%
G=34.92%
B=39.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121541750.360.1200.3120028.2556.27
Hex709AAF24C01Fc81c38
Octal16023225744140373103470
Binary1110000100110101010111110010011000111111100100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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