#84989B

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

Shades of Submarine #84989B

Tints of Submarine #84989B

Color information

#84989B (or 0x84989B) is unknown color: approx Submarine. HEX triplet: 84, 98 and 9B. RGB value is (132,152,155). Sum of RGB (Red+Green+Blue) = 132+152+155=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #84989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84989B is #7B6764. Grayscale: #929292. Windows color (decimal): -8087397 or 10197124. OLE color: 10197124.

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

Color convert

RGB132152155-
CMYK0.150.0200.39
HSL187.83º10.31%56.27%-
HSV(B)187.83º14.84%60.78%-
XYZ26.6629.7335.34-
YUV146.36132.87117.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=30.07%
G=34.62%
B=35.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321521550.150.0200.39187.8310.3156.27
Hex84989BF2027bca38
Octal2042302331720472741270
Binary1000010010011000100110111111100100111101111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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