#848399

Color #848399 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #848399

Tints of Grey Suit #848399

Color information

#848399 (or 0x848399) is unknown color: approx Grey Suit. HEX triplet: 84, 83 and 99. RGB value is (132,131,153). Sum of RGB (Red+Green+Blue) = 132+131+153=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #848399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848399 is #7B7C66. Grayscale: #858585. Windows color (decimal): -8092775 or 10060676. OLE color: 10060676.

HSL color Cylindrical-coordinate representation of color #848399: hue angle of 242.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848399 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132131153-
CMYK0.140.1400.4
HSL242.73º9.73%55.69%-
HSV(B)242.73º14.38%60%-
XYZ23.3823.4433.43-
YUV133.81138.83126.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=31.73%
G=31.49%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321311530.140.1400.4242.739.7355.69
Hex848399EE028f3a38
Octal20420323116160503631270
Binary100001001000001110011001111011100101000111100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848399; }

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

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

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

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

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

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

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

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