Html Css Color HEX #8A979A Submarine

📋 copy color: '#8A979A'

red 138 ◦ green 151 ◦ blue 154

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

Shades of Submarine #8A979A

Tints of Submarine #8A979A

RGB

 RED value IS 138 (54.3% from 255) = 31.15%

 GREEN value IS 151 (59.38% from 255) = 34.09%

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

R = 31.15%
G = 34.09%
B = 34.76%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A979A (or 0x8A979A) is known color: Submarine. HEX triplet: 8A, 97 and 9A. RGB value is (138,151,154). Sum of RGB (Red+Green+Blue) = 138+151+154=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A979A is #756865. Grayscale: #939393. Windows color (decimal): -7694438 or 10131338. OLE color: 10131338.

HSL color Cylindrical-coordinate representation of color #8A979A: hue angle of 191.25º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A979A is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 151 154 -
CMYK 0.10 0.02 0 0.40
HSL 191.25º 0.07% 0.57% -
HSV(B) 191.25º 0.1% 0.6% -
XYZ 27.38 29.87 34.89 -
YUV 147.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 138 151 154 0.10 0.02 0 0.40 191.25 0.07 0.57
Hex 8A 97 9A A 2 0 28 BF 7 39
Octal 212 227 232 12 2 0 50 277 7 71
Binary 10001010 10010111 10011010 1010 10 0 101000 10111111 111 111001

Color Harmonies of #8A979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A979A

Black with #8A979A

Text Example


Text Example

White with #8A979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,151,154); }

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

background-color css

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

 a { background-color: rgb(138,151,154); }

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

border-color css

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

 span { border-color: rgb(138,151,154); }

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