Html Css Color HEX #8E999B Submarine

📋 copy color: '#8E999B'

red 142 ◦ green 153 ◦ blue 155

#8E999B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #8E999B

Tints of Submarine #8E999B

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 value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E999B (or 0x8E999B) is known color: 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

RGB 142 153 155 -
CMYK 0.08 0.01 0 0.39
HSL 189.23º 0.06% 0.58% -
HSV(B) 189.23º 0.08% 0.61% -
XYZ 28.46 30.9 35.47 -
YUV 149.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 142 153 155 0.08 0.01 0 0.39 189.23 0.06 0.58
Hex 8E 99 9B 8 1 0 27 BD 6 3A
Octal 216 231 233 10 1 0 47 275 6 72
Binary 10001110 10011001 10011011 1000 1 0 100111 10111101 110 111010

Color Harmonies of #8E999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E999B

Black with #8E999B

Text Example


Text Example

White with #8E999B

Text Example


Text Example

HTML Codes & Css Web 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>