#8A999C

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

Shades of Submarine #8A999C

Tints of Submarine #8A999C

Color information

#8A999C (or 0x8A999C) is unknown color: approx Submarine. HEX triplet: 8A, 99 and 9C. RGB value is (138,153,156). Sum of RGB (Red+Green+Blue) = 138+153+156=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A999C is #756663. Grayscale: #949494. Windows color (decimal): -7693924 or 10262922. OLE color: 10262922.

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

Color convert

RGB138153156-
CMYK0.120.0200.39
HSL190º8.33%57.65%-
HSV(B)190º11.54%61.18%-
XYZ27.8730.5935.89-
YUV148.86132.03120.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=30.87%
G=34.23%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381531560.120.0200.391908.3357.65
Hex8A999CC2027be83a
Octal2122312341420472761072
Binary1000101010011001100111001100100100111101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,156); }

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

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

 a { background-color: rgb(138,153,156); }

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

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

 span { border-color: rgb(138,153,156); }

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