#848F9D

Color #848F9D Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #848F9D

Tints of Light Slate Grey #848F9D

Color information

#848F9D (or 0x848F9D) is unknown color: approx Light Slate Grey. HEX triplet: 84, 8F and 9D. RGB value is (132,143,157). Sum of RGB (Red+Green+Blue) = 132+143+157=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #848F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F9D is #7B7062. Grayscale: #8D8D8D. Windows color (decimal): -8089699 or 10325892. OLE color: 10325892.

HSL color Cylindrical-coordinate representation of color #848F9D: hue angle of 213.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 #848F9D is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132143157-
CMYK0.160.0900.38
HSL213.6º11.31%56.67%-
HSV(B)213.6º15.92%61.57%-
XYZ25.4226.9835.77-
YUV141.31136.86121.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=30.56%
G=33.10%
B=36.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321431570.160.0900.38213.611.3156.67
Hex848F9D109026d6b39
Octal20421723520110463261371
Binary1000010010001111100111011000010010100110110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848F9D; }

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

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

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

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

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

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

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

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