#8E9B9D

Color #8E9B9D Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #8E9B9D

Tints of Submarine #8E9B9D

Color information

#8E9B9D (or 0x8E9B9D) is unknown color: approx Submarine. HEX triplet: 8E, 9B and 9D. RGB value is (142,155,157). Sum of RGB (Red+Green+Blue) = 142+155+157=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9B9D is #716462. Grayscale: #979797. Windows color (decimal): -7431267 or 10328974. OLE color: 10328974.

HSL color Cylindrical-coordinate representation of color #8E9B9D: hue angle of 188º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9B9D is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142155157-
CMYK0.100.0100.38
HSL188º7.11%58.63%-
HSV(B)188º9.55%61.57%-
XYZ28.9631.6336.48-
YUV151.34131.19121.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.28%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=31.28%
G=34.14%
B=34.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421551570.100.0100.381887.1158.63
Hex8E9B9DA1026bc73b
Octal216233235121046274773
Binary10001110100110111001110110101010011010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9B9D; }

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

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

<style>
 a { background-color: #8E9B9D; }

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

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

<style>
 span { border-color: #8E9B9D; }

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

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