Html Css Color HEX #709AAD Shakespeare

📋 copy color: '#709AAD'

red 112 ◦ green 154 ◦ blue 173

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

Shades of Shakespeare #709AAD

Tints of Shakespeare #709AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 25.51%
G = 35.08%
B = 39.41%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#709AAD (or 0x709AAD) is known color: Shakespeare. HEX triplet: 70, 9A and AD. RGB value is (112,154,173). Sum of RGB (Red+Green+Blue) = 112+154+173=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #709AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAD is #8F6552. Grayscale: #8F8F8F. Windows color (decimal): -9397587 or 11377264. OLE color: 11377264.

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

Color convert

RGB 112 154 173 -
CMYK 0.35 0.11 0 0.32
HSL 198.69º 0.27% 0.56% -
HSV(B) 198.69º 0.35% 0.68% -
XYZ 25.78 29.57 43.88 -
YUV 143.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 112 154 173 0.35 0.11 0 0.32 198.69 0.27 0.56
Hex 70 9A AD 23 B 0 20 C7 1B 38
Octal 160 232 255 43 13 0 40 307 33 70
Binary 1110000 10011010 10101101 100011 1011 0 100000 11000111 11011 111000

Color Harmonies of #709AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AAD

Black with #709AAD

Text Example


Text Example

White with #709AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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