#8F999B

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

Shades of Submarine #8F999B

Tints of Submarine #8F999B

Color information

#8F999B (or 0x8F999B) is unknown color: approx Submarine. HEX triplet: 8F, 99 and 9B. RGB value is (143,153,155). Sum of RGB (Red+Green+Blue) = 143+153+155=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F999B is #706664. Grayscale: #969696. Windows color (decimal): -7366245 or 10197391. OLE color: 10197391.

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

Color convert

RGB143153155-
CMYK0.080.0100.39
HSL190º5.66%58.43%-
HSV(B)190º7.74%60.78%-
XYZ28.6430.9935.48-
YUV150.24130.69122.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=31.71%
G=33.92%
B=34.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431531550.080.0100.391905.6658.43
Hex8F999B81027be63a
Octal217231233101047276672
Binary10001111100110011001101110001010011110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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