Html Css Color HEX #8E989B Submarine

📋 copy color: '#8E989B'

red 142 ◦ green 152 ◦ blue 155

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

Shades of Submarine #8E989B

Tints of Submarine #8E989B

RGB

 RED value IS 142 (55.86% from 255) = 31.63%

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 31.63%
G = 33.85%
B = 34.52%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E989B (or 0x8E989B) is known color: Submarine. HEX triplet: 8E, 98 and 9B. RGB value is (142,152,155). Sum of RGB (Red+Green+Blue) = 142+152+155=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E989B is #716764. Grayscale: #959595. Windows color (decimal): -7432037 or 10197134. OLE color: 10197134.

HSL color Cylindrical-coordinate representation of color #8E989B: hue angle of 193.85º 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 #8E989B is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 152 155 -
CMYK 0.08 0.02 0 0.39
HSL 193.85º 0.06% 0.58% -
HSV(B) 193.85º 0.08% 0.61% -
XYZ 28.3 30.57 35.42 -
YUV 149.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 142 152 155 0.08 0.02 0 0.39 193.85 0.06 0.58
Hex 8E 98 9B 8 2 0 27 C2 6 3A
Octal 216 230 233 10 2 0 47 302 6 72
Binary 10001110 10011000 10011011 1000 10 0 100111 11000010 110 111010

Color Harmonies of #8E989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E989B

Black with #8E989B

Text Example


Text Example

White with #8E989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E989B;
 }
 .AnyTagClassName
 {
   color: #8E989B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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