#718EA4

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

Shades of Bermuda Grey #718EA4

Tints of Bermuda Grey #718EA4

Color information

#718EA4 (or 0x718EA4) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8E and A4. RGB value is (113,142,164). Sum of RGB (Red+Green+Blue) = 113+142+164=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #718EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718EA4 is #8E715B. Grayscale: #878787. Windows color (decimal): -9335132 or 10784369. OLE color: 10784369.

HSL color Cylindrical-coordinate representation of color #718EA4: hue angle of 205.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #718EA4 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113142164-
CMYK0.310.1300.36
HSL205.88º21.89%54.31%-
HSV(B)205.88º31.1%64.31%-
XYZ23.1825.5438.83-
YUV135.84143.89111.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=26.97%
G=33.89%
B=39.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131421640.310.1300.36205.8821.8954.31
Hex718EA41FD024ce1636
Octal16121624437150443162666
Binary1110001100011101010010011111110101001001100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718EA4; }

 p { color: rgb(113,142,164); }

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

<style>
 a { background-color: #718EA4; }

 a { background-color: rgb(113,142,164); }

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

<style>
 span { border-color: #718EA4; }

 span { border-color: rgb(113,142,164); }

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