#8B989A

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

Shades of Submarine #8B989A

Tints of Submarine #8B989A

Color information

#8B989A (or 0x8B989A) is unknown color: approx Submarine. HEX triplet: 8B, 98 and 9A. RGB value is (139,152,154). Sum of RGB (Red+Green+Blue) = 139+152+154=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B989A is #746765. Grayscale: #949494. Windows color (decimal): -7628646 or 10131595. OLE color: 10131595.

HSL color Cylindrical-coordinate representation of color #8B989A: hue angle of 188º 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 #8B989A is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB139152154-
CMYK0.100.0100.40
HSL188º6.91%57.45%-
HSV(B)188º9.74%60.39%-
XYZ27.7130.2834.96-
YUV148.34131.19121.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=31.24%
G=34.16%
B=34.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391521540.100.0100.401886.9157.45
Hex8B989AA1028bc739
Octal213230232121050274771
Binary10001011100110001001101010101010100010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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