#708EAD

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

Shades of Bermuda Grey #708EAD

Tints of Bermuda Grey #708EAD

Color information

#708EAD (or 0x708EAD) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8E and AD. RGB value is (112,142,173). Sum of RGB (Red+Green+Blue) = 112+142+173=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #708EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EAD is #8F7152. Grayscale: #888888. Windows color (decimal): -9400659 or 11374192. OLE color: 11374192.

HSL color Cylindrical-coordinate representation of color #708EAD: hue angle of 210.49º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708EAD is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112142173-
CMYK0.350.1800.32
HSL210.49º27.11%55.88%-
HSV(B)210.49º35.26%67.84%-
XYZ23.925.8143.26-
YUV136.56148.56110.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=26.23%
G=33.26%
B=40.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121421730.350.1800.32210.4927.1155.88
Hex708EAD2312020d21b38
Octal16021625543220403223370
Binary111000010001110101011011000111001001000001101001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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