Html Css Color HEX #709EC4 Shakespeare

📋 copy color: '#709EC4'

red 112 ◦ green 158 ◦ blue 196

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

Shades of Shakespeare #709EC4

Tints of Shakespeare #709EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.06%

R = 24.03%
G = 33.91%
B = 42.06%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#709EC4 (or 0x709EC4) is known color: Shakespeare. HEX triplet: 70, 9E and C4. RGB value is (112,158,196). Sum of RGB (Red+Green+Blue) = 112+158+196=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #709EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC4 is #8F613B. Grayscale: #949494. Windows color (decimal): -9396540 or 12885616. OLE color: 12885616.

HSL color Cylindrical-coordinate representation of color #709EC4: hue angle of 207.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709EC4 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 158 196 -
CMYK 0.43 0.19 0 0.23
HSL 207.14º 0.42% 0.6% -
HSV(B) 207.14º 0.43% 0.77% -
XYZ 28.87 31.88 56.86 -
YUV 148.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 112 158 196 0.43 0.19 0 0.23 207.14 0.42 0.6
Hex 70 9E C4 2B 13 0 17 CF 2A 3C
Octal 160 236 304 53 23 0 27 317 52 74
Binary 1110000 10011110 11000100 101011 10011 0 10111 11001111 101010 111100

Color Harmonies of #709EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EC4

Black with #709EC4

Text Example


Text Example

White with #709EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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