#84979B

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

Shades of Submarine #84979B

Tints of Submarine #84979B

Color information

#84979B (or 0x84979B) is unknown color: approx Submarine. HEX triplet: 84, 97 and 9B. RGB value is (132,151,155). Sum of RGB (Red+Green+Blue) = 132+151+155=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #84979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84979B is #7B6864. Grayscale: #919191. Windows color (decimal): -8087653 or 10196868. OLE color: 10196868.

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

Color convert

RGB132151155-
CMYK0.150.0300.39
HSL190.43º10.31%56.27%-
HSV(B)190.43º14.84%60.78%-
XYZ26.529.4135.29-
YUV145.77133.21118.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=30.14%
G=34.47%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321511550.150.0300.39190.4310.3156.27
Hex84979BF3027bea38
Octal2042272331730472761270
Binary1000010010010111100110111111110100111101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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