#87989B

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

Shades of Submarine #87989B

Tints of Submarine #87989B

Color information

#87989B (or 0x87989B) is unknown color: approx Submarine. HEX triplet: 87, 98 and 9B. RGB value is (135,152,155). Sum of RGB (Red+Green+Blue) = 135+152+155=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #87989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87989B is #786764. Grayscale: #939393. Windows color (decimal): -7890789 or 10197127. OLE color: 10197127.

HSL color Cylindrical-coordinate representation of color #87989B: hue angle of 189º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87989B is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135152155-
CMYK0.130.0200.39
HSL189º9.09%56.86%-
HSV(B)189º12.9%60.78%-
XYZ27.1429.9735.37-
YUV147.26132.37119.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=30.54%
G=34.39%
B=35.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351521550.130.0200.391899.0956.86
Hex87989BD2027bd939
Octal2072302331520472751171
Binary1000011110011000100110111101100100111101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87989B; }

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

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

<style>
 a { background-color: #87989B; }

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

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

<style>
 span { border-color: #87989B; }

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

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