#87999D

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

Shades of Submarine #87999D

Tints of Submarine #87999D

Color information

#87999D (or 0x87999D) is unknown color: approx Submarine. HEX triplet: 87, 99 and 9D. RGB value is (135,153,157). Sum of RGB (Red+Green+Blue) = 135+153+157=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #87999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87999D is #786662. Grayscale: #949494. Windows color (decimal): -7890531 or 10328455. OLE color: 10328455.

HSL color Cylindrical-coordinate representation of color #87999D: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87999D is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135153157-
CMYK0.140.0300.38
HSL190.91º10.09%57.25%-
HSV(B)190.91º14.01%61.57%-
XYZ27.4730.3736.31-
YUV148.07133.04118.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=30.34%
G=34.38%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351531570.140.0300.38190.9110.0957.25
Hex87999DE3026bfa39
Octal2072312351630462771271
Binary1000011110011001100111011110110100110101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87999D; }

 p { color: rgb(135,153,157); }

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

<style>
 a { background-color: #87999D; }

 a { background-color: rgb(135,153,157); }

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

<style>
 span { border-color: #87999D; }

 span { border-color: rgb(135,153,157); }

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