#8B989B

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

Shades of Submarine #8B989B

Tints of Submarine #8B989B

Color information

#8B989B (or 0x8B989B) is unknown color: approx Submarine. HEX triplet: 8B, 98 and 9B. RGB value is (139,152,155). Sum of RGB (Red+Green+Blue) = 139+152+155=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 152 (59.77% from 255 or 34.08% 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 #8B989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B989B is #746764. Grayscale: #949494. Windows color (decimal): -7628645 or 10197131. OLE color: 10197131.

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

Color convert

RGB139152155-
CMYK0.100.0200.39
HSL191.25º7.41%57.65%-
HSV(B)191.25º10.32%60.78%-
XYZ27.7930.3135.4-
YUV148.45131.69121.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=31.17%
G=34.08%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391521550.100.0200.39191.257.4157.65
Hex8B989BA2027bf73a
Octal213230233122047277772
Binary100010111001100010011011101010010011110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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