#84999D

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

Shades of Submarine #84999D

Tints of Submarine #84999D

Color information

#84999D (or 0x84999D) is unknown color: approx Submarine. HEX triplet: 84, 99 and 9D. RGB value is (132,153,157). Sum of RGB (Red+Green+Blue) = 132+153+157=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #84999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84999D is #7B6662. Grayscale: #939393. Windows color (decimal): -8087139 or 10328452. OLE color: 10328452.

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

Color convert

RGB132153157-
CMYK0.160.0300.38
HSL189.6º11.31%56.67%-
HSV(B)189.6º15.92%61.57%-
XYZ26.9930.1236.29-
YUV147.18133.54117.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=29.86%
G=34.62%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321531570.160.0300.38189.611.3156.67
Hex84999D103026beb39
Octal2042312352030462761371
Binary10000100100110011001110110000110100110101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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