Html Css Color HEX #848891 Light Slate Grey

📋 copy color: '#848891'

red 132 ◦ green 136 ◦ blue 145

#848891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #848891

Tints of Light Slate Grey #848891

RGB

 RED value IS 132 (51.95% from 255) = 31.96%

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 31.96%
G = 32.93%
B = 35.11%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848891 (or 0x848891) is known color: Light Slate Grey. HEX triplet: 84, 88 and 91. RGB value is (132,136,145). Sum of RGB (Red+Green+Blue) = 132+136+145=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 145 - color contains mainly: blue. Hex color #848891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848891 is #7B776E. Grayscale: #878787. Windows color (decimal): -8091503 or 9537668. OLE color: 9537668.

HSL color Cylindrical-coordinate representation of color #848891: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #848891 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 136 145 -
CMYK 0.09 0.06 0 0.43
HSL 221.54º 0.06% 0.54% -
HSV(B) 221.54º 0.09% 0.57% -
XYZ 23.43 24.56 30.29 -
YUV 135.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 132 136 145 0.09 0.06 0 0.43 221.54 0.06 0.54
Hex 84 88 91 9 6 0 2B DE 6 36
Octal 204 210 221 11 6 0 53 336 6 66
Binary 10000100 10001000 10010001 1001 110 0 101011 11011110 110 110110

Color Harmonies of #848891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848891

Black with #848891

Text Example


Text Example

White with #848891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848891; }

 p { color: rgb(132,136,145); }

 H1.HeaderClassName
 {
   color: #848891;
 }
 .AnyTagClassName
 {
   color: #848891;
 }
</style>

background-color css

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

 a { background-color: rgb(132,136,145); }

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

border-color css

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

 span { border-color: rgb(132,136,145); }

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