#8B999C

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

Shades of Submarine #8B999C

Tints of Submarine #8B999C

Color information

#8B999C (or 0x8B999C) is unknown color: approx Submarine. HEX triplet: 8B, 99 and 9C. RGB value is (139,153,156). Sum of RGB (Red+Green+Blue) = 139+153+156=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B999C is #746663. Grayscale: #959595. Windows color (decimal): -7628388 or 10262923. OLE color: 10262923.

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

Color convert

RGB139153156-
CMYK0.110.0200.39
HSL190.59º7.91%57.84%-
HSV(B)190.59º10.9%61.18%-
XYZ28.0430.6735.89-
YUV149.16131.86120.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=31.03%
G=34.15%
B=34.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391531560.110.0200.39190.597.9157.84
Hex8B999CB2027bf83a
Octal2132312341320472771072
Binary1000101110011001100111001011100100111101111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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