Html Css Color HEX #709CB0 Shakespeare

📋 copy color: '#709CB0'

red 112 ◦ green 156 ◦ blue 176

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

Shades of Shakespeare #709CB0

Tints of Shakespeare #709CB0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 25.23%
G = 35.14%
B = 39.64%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#709CB0 (or 0x709CB0) is known color: Shakespeare. HEX triplet: 70, 9C and B0. RGB value is (112,156,176). Sum of RGB (Red+Green+Blue) = 112+156+176=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #709CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CB0 is #8F634F. Grayscale: #919191. Windows color (decimal): -9397072 or 11574384. OLE color: 11574384.

HSL color Cylindrical-coordinate representation of color #709CB0: hue angle of 198.75º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709CB0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 156 176 -
CMYK 0.36 0.11 0 0.31
HSL 198.75º 0.29% 0.56% -
HSV(B) 198.75º 0.36% 0.69% -
XYZ 26.41 30.36 45.54 -
YUV 145.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 112 156 176 0.36 0.11 0 0.31 198.75 0.29 0.56
Hex 70 9C B0 24 B 0 1F C7 1D 38
Octal 160 234 260 44 13 0 37 307 35 70
Binary 1110000 10011100 10110000 100100 1011 0 11111 11000111 11101 111000

Color Harmonies of #709CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CB0

Black with #709CB0

Text Example


Text Example

White with #709CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,156,176); }

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

background-color css

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

 a { background-color: rgb(112,156,176); }

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

border-color css

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

 span { border-color: rgb(112,156,176); }

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