#708AA9

Color #708AA9 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #708AA9

Tints of Bermuda Grey #708AA9

Color information

#708AA9 (or 0x708AA9) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8A and A9. RGB value is (112,138,169). Sum of RGB (Red+Green+Blue) = 112+138+169=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #708AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AA9 is #8F7556. Grayscale: #858585. Windows color (decimal): -9401687 or 11111024. OLE color: 11111024.

HSL color Cylindrical-coordinate representation of color #708AA9: hue angle of 212.63º 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 #708AA9 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB112138169-
CMYK0.340.1800.34
HSL212.63º24.89%55.1%-
HSV(B)212.63º33.73%66.27%-
XYZ22.9324.4941.05-
YUV133.76147.89112.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=26.73%
G=32.94%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121381690.340.1800.34212.6324.8955.1
Hex708AA92212022d51937
Octal16021225142220423253167
Binary111000010001010101010011000101001001000101101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #708AA9;
 }
 .AnyTagClassName
 {
   color: #708AA9;
 }
</style>
background-color css

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

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

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

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

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

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