Html Css Color HEX #708EA9 Bermuda Grey

📋 copy color: '#708EA9'

red 112 ◦ green 142 ◦ blue 169

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

Shades of Bermuda Grey #708EA9

Tints of Bermuda Grey #708EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 26.48%
G = 33.57%
B = 39.95%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#708EA9 (or 0x708EA9) is known color: Bermuda Grey. HEX triplet: 70, 8E and A9. RGB value is (112,142,169). Sum of RGB (Red+Green+Blue) = 112+142+169=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #708EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EA9 is #8F7156. Grayscale: #878787. Windows color (decimal): -9400663 or 11112048. OLE color: 11112048.

HSL color Cylindrical-coordinate representation of color #708EA9: hue angle of 208.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708EA9 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 142 169 -
CMYK 0.34 0.16 0 0.34
HSL 208.42º 0.25% 0.55% -
HSV(B) 208.42º 0.34% 0.66% -
XYZ 23.52 25.66 41.25 -
YUV 136.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 112 142 169 0.34 0.16 0 0.34 208.42 0.25 0.55
Hex 70 8E A9 22 10 0 22 D0 19 37
Octal 160 216 251 42 20 0 42 320 31 67
Binary 1110000 10001110 10101001 100010 10000 0 100010 11010000 11001 110111

Color Harmonies of #708EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EA9

Black with #708EA9

Text Example


Text Example

White with #708EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708EA9; }

 p { color: rgb(112,142,169); }

 H1.HeaderClassName
 {
   color: #708EA9;
 }
 .AnyTagClassName
 {
   color: #708EA9;
 }
</style>

background-color css

<style>
 a { background-color: #708EA9; }

 a { background-color: rgb(112,142,169); }

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

border-color css

<style>
 span { border-color: #708EA9; }

 span { border-color: rgb(112,142,169); }

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