Html Css Color HEX #709EBA Shakespeare

📋 copy color: '#709EBA'

red 112 ◦ green 158 ◦ blue 186

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

Shades of Shakespeare #709EBA

Tints of Shakespeare #709EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 24.56%
G = 34.65%
B = 40.79%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#709EBA (or 0x709EBA) is known color: Shakespeare. HEX triplet: 70, 9E and BA. RGB value is (112,158,186). Sum of RGB (Red+Green+Blue) = 112+158+186=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #709EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EBA is #8F6145. Grayscale: #939393. Windows color (decimal): -9396550 or 12230256. OLE color: 12230256.

HSL color Cylindrical-coordinate representation of color #709EBA: hue angle of 202.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709EBA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 158 186 -
CMYK 0.40 0.15 0 0.27
HSL 202.7º 0.35% 0.58% -
HSV(B) 202.7º 0.4% 0.73% -
XYZ 27.77 31.44 51.06 -
YUV 147.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 112 158 186 0.40 0.15 0 0.27 202.7 0.35 0.58
Hex 70 9E BA 28 F 0 1B CB 23 3A
Octal 160 236 272 50 17 0 33 313 43 72
Binary 1110000 10011110 10111010 101000 1111 0 11011 11001011 100011 111010

Color Harmonies of #709EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EBA

Black with #709EBA

Text Example


Text Example

White with #709EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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