Html Css Color HEX #709BB5 Shakespeare

📋 copy color: '#709BB5'

red 112 ◦ green 155 ◦ blue 181

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

Shades of Shakespeare #709BB5

Tints of Shakespeare #709BB5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.6%

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 25%
G = 34.6%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#709BB5 (or 0x709BB5) is known color: Shakespeare. HEX triplet: 70, 9B and B5. RGB value is (112,155,181). Sum of RGB (Red+Green+Blue) = 112+155+181=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #709BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BB5 is #8F644A. Grayscale: #909090. Windows color (decimal): -9397323 or 11901808. OLE color: 11901808.

HSL color Cylindrical-coordinate representation of color #709BB5: hue angle of 202.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #709BB5 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 155 181 -
CMYK 0.38 0.14 0 0.29
HSL 202.61º 0.32% 0.57% -
HSV(B) 202.61º 0.38% 0.71% -
XYZ 26.74 30.22 48.14 -
YUV 145.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 112 155 181 0.38 0.14 0 0.29 202.61 0.32 0.57
Hex 70 9B B5 26 E 0 1D CB 20 39
Octal 160 233 265 46 16 0 35 313 40 71
Binary 1110000 10011011 10110101 100110 1110 0 11101 11001011 100000 111001

Color Harmonies of #709BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BB5

Black with #709BB5

Text Example


Text Example

White with #709BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,155,181); }

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

background-color css

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

 a { background-color: rgb(112,155,181); }

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

border-color css

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

 span { border-color: rgb(112,155,181); }

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