Html Css Color HEX #8E989A Submarine

📋 copy color: '#8E989A'

red 142 ◦ green 152 ◦ blue 154

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

Shades of Submarine #8E989A

Tints of Submarine #8E989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 31.7%
G = 33.93%
B = 34.38%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E989A (or 0x8E989A) is known color: Submarine. HEX triplet: 8E, 98 and 9A. RGB value is (142,152,154). Sum of RGB (Red+Green+Blue) = 142+152+154=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E989A is #716765. Grayscale: #959595. Windows color (decimal): -7432038 or 10131598. OLE color: 10131598.

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

Color convert

RGB 142 152 154 -
CMYK 0.08 0.01 0 0.40
HSL 190º 0.06% 0.58% -
HSV(B) 190º 0.08% 0.6% -
XYZ 28.22 30.54 34.98 -
YUV 149.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 142 152 154 0.08 0.01 0 0.40 190 0.06 0.58
Hex 8E 98 9A 8 1 0 28 BE 6 3A
Octal 216 230 232 10 1 0 50 276 6 72
Binary 10001110 10011000 10011010 1000 1 0 101000 10111110 110 111010

Color Harmonies of #8E989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E989A

Black with #8E989A

Text Example


Text Example

White with #8E989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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