#718E9B

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

Shades of Bermuda Grey #718E9B

Tints of Bermuda Grey #718E9B

Color information

#718E9B (or 0x718E9B) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8E and 9B. RGB value is (113,142,155). Sum of RGB (Red+Green+Blue) = 113+142+155=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #718E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E9B is #8E7164. Grayscale: #868686. Windows color (decimal): -9335141 or 10194545. OLE color: 10194545.

HSL color Cylindrical-coordinate representation of color #718E9B: hue angle of 198.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718E9B is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113142155-
CMYK0.270.0800.39
HSL198.57º17.36%52.55%-
HSV(B)198.57º27.1%60.78%-
XYZ22.425.2234.7-
YUV134.81139.39112.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=27.56%
G=34.63%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131421550.270.0800.39198.5717.3652.55
Hex718E9B1B8027c71135
Octal16121623333100473072165
Binary1110001100011101001101111011100001001111100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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