#709FAF

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

Shades of Shakespeare #709FAF

Tints of Shakespeare #709FAF

Color information

#709FAF (or 0x709FAF) is unknown color: approx Shakespeare. HEX triplet: 70, 9F and AF. RGB value is (112,159,175). Sum of RGB (Red+Green+Blue) = 112+159+175=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #709FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FAF is #8F6050. Grayscale: #929292. Windows color (decimal): -9396305 or 11509616. OLE color: 11509616.

HSL color Cylindrical-coordinate representation of color #709FAF: hue angle of 195.24º 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 #709FAF is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112159175-
CMYK0.360.0900.31
HSL195.24º28.25%56.27%-
HSV(B)195.24º36%68.63%-
XYZ26.8231.3445.19-
YUV146.77143.93103.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=25.11%
G=35.65%
B=39.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121591750.360.0900.31195.2428.2556.27
Hex709FAF24901Fc31c38
Octal16023725744110373033470
Binary1110000100111111010111110010010010111111100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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