Html Css Color HEX #709FAF Shakespeare

📋 copy color: '#709FAF'

red 112 ◦ green 159 ◦ blue 175

#709FAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #709FAF

Tints of Shakespeare #709FAF

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 value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#709FAF (or 0x709FAF) is known color: 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

RGB 112 159 175 -
CMYK 0.36 0.09 0 0.31
HSL 195.24º 0.28% 0.56% -
HSV(B) 195.24º 0.36% 0.69% -
XYZ 26.82 31.34 45.19 -
YUV 146.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 112 159 175 0.36 0.09 0 0.31 195.24 0.28 0.56
Hex 70 9F AF 24 9 0 1F C3 1C 38
Octal 160 237 257 44 11 0 37 303 34 70
Binary 1110000 10011111 10101111 100100 1001 0 11111 11000011 11100 111000

Color Harmonies of #709FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FAF

Black with #709FAF

Text Example


Text Example

White with #709FAF

Text Example


Text Example

HTML Codes & Css Web 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>