Html Css Color HEX #709FB9 Shakespeare

📋 copy color: '#709FB9'

red 112 ◦ green 159 ◦ blue 185

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

Shades of Shakespeare #709FB9

Tints of Shakespeare #709FB9

RGB

 RED value IS 112 (44.14% from 255) = 24.56%

 GREEN value IS 159 (62.5% from 255) = 34.87%

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 24.56%
G = 34.87%
B = 40.57%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#709FB9 (or 0x709FB9) is known color: Shakespeare. HEX triplet: 70, 9F and B9. RGB value is (112,159,185). Sum of RGB (Red+Green+Blue) = 112+159+185=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #709FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FB9 is #8F6046. Grayscale: #939393. Windows color (decimal): -9396295 or 12164976. OLE color: 12164976.

HSL color Cylindrical-coordinate representation of color #709FB9: hue angle of 201.37º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #709FB9 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 159 185 -
CMYK 0.39 0.14 0 0.27
HSL 201.37º 0.34% 0.58% -
HSV(B) 201.37º 0.39% 0.73% -
XYZ 27.84 31.74 50.56 -
YUV 147.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 112 159 185 0.39 0.14 0 0.27 201.37 0.34 0.58
Hex 70 9F B9 27 E 0 1B C9 22 3A
Octal 160 237 271 47 16 0 33 311 42 72
Binary 1110000 10011111 10111001 100111 1110 0 11011 11001001 100010 111010

Color Harmonies of #709FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FB9

Black with #709FB9

Text Example


Text Example

White with #709FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709FB9;
 }
 .AnyTagClassName
 {
   color: #709FB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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