#8A999B

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

Shades of Submarine #8A999B

Tints of Submarine #8A999B

Color information

#8A999B (or 0x8A999B) is unknown color: approx Submarine. HEX triplet: 8A, 99 and 9B. RGB value is (138,153,155). Sum of RGB (Red+Green+Blue) = 138+153+155=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A999B is #756664. Grayscale: #949494. Windows color (decimal): -7693925 or 10197386. OLE color: 10197386.

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

Color convert

RGB138153155-
CMYK0.110.0100.39
HSL187.06º7.83%57.45%-
HSV(B)187.06º10.97%60.78%-
XYZ27.7930.5535.44-
YUV148.74131.53120.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=30.94%
G=34.30%
B=34.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381531550.110.0100.39187.067.8357.45
Hex8A999BB1027bb839
Octal2122312331310472731071
Binary100010101001100110011011101110100111101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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