#8E999B

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

Shades of Submarine #8E999B

Tints of Submarine #8E999B

Color information

#8E999B (or 0x8E999B) is unknown color: approx Submarine. HEX triplet: 8E, 99 and 9B. RGB value is (142,153,155). Sum of RGB (Red+Green+Blue) = 142+153+155=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E999B is #716664. Grayscale: #959595. Windows color (decimal): -7431781 or 10197390. OLE color: 10197390.

HSL color Cylindrical-coordinate representation of color #8E999B: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E999B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142153155-
CMYK0.080.0100.39
HSL189.23º6.1%58.24%-
HSV(B)189.23º8.39%60.78%-
XYZ28.4630.935.47-
YUV149.94130.86122.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.56%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=31.56%
G=34%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421531550.080.0100.39189.236.158.24
Hex8E999B81027bd63a
Octal216231233101047275672
Binary10001110100110011001101110001010011110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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