Html Css Color HEX #709EC0 Shakespeare

📋 copy color: '#709EC0'

red 112 ◦ green 158 ◦ blue 192

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

Shades of Shakespeare #709EC0

Tints of Shakespeare #709EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 24.24%
G = 34.2%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#709EC0 (or 0x709EC0) is known color: Shakespeare. HEX triplet: 70, 9E and C0. RGB value is (112,158,192). Sum of RGB (Red+Green+Blue) = 112+158+192=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #709EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC0 is #8F613F. Grayscale: #939393. Windows color (decimal): -9396544 or 12623472. OLE color: 12623472.

HSL color Cylindrical-coordinate representation of color #709EC0: hue angle of 205.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709EC0 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 158 192 -
CMYK 0.42 0.18 0 0.25
HSL 205.5º 0.39% 0.6% -
HSV(B) 205.5º 0.42% 0.75% -
XYZ 28.42 31.7 54.49 -
YUV 148.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 112 158 192 0.42 0.18 0 0.25 205.5 0.39 0.6
Hex 70 9E C0 2A 12 0 19 CE 27 3C
Octal 160 236 300 52 22 0 31 316 47 74
Binary 1110000 10011110 11000000 101010 10010 0 11001 11001110 100111 111100

Color Harmonies of #709EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EC0

Black with #709EC0

Text Example


Text Example

White with #709EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,158,192); }

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

background-color css

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

 a { background-color: rgb(112,158,192); }

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

border-color css

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

 span { border-color: rgb(112,158,192); }

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