#84999B

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

Shades of Submarine #84999B

Tints of Submarine #84999B

Color information

#84999B (or 0x84999B) is unknown color: approx Submarine. HEX triplet: 84, 99 and 9B. RGB value is (132,153,155). Sum of RGB (Red+Green+Blue) = 132+153+155=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #84999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84999B is #7B6664. Grayscale: #929292. Windows color (decimal): -8087141 or 10197380. OLE color: 10197380.

HSL color Cylindrical-coordinate representation of color #84999B: hue angle of 185.22º 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 #84999B is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132153155-
CMYK0.150.0100.39
HSL185.22º10.31%56.27%-
HSV(B)185.22º14.84%60.78%-
XYZ26.8230.0535.4-
YUV146.95132.54117.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=30%
G=34.77%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321531550.150.0100.39185.2210.3156.27
Hex84999BF1027b9a38
Octal2042312331710472711270
Binary100001001001100110011011111110100111101110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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