Html Css Color HEX #848992 Light Slate Grey

📋 copy color: '#848992'

red 132 ◦ green 137 ◦ blue 146

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

Shades of Light Slate Grey #848992

Tints of Light Slate Grey #848992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 31.81%
G = 33.01%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848992 (or 0x848992) is known color: Light Slate Grey. HEX triplet: 84, 89 and 92. RGB value is (132,137,146). Sum of RGB (Red+Green+Blue) = 132+137+146=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #848992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848992 is #7B766D. Grayscale: #888888. Windows color (decimal): -8091246 or 9603460. OLE color: 9603460.

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

Color convert

RGB 132 137 146 -
CMYK 0.10 0.06 0 0.43
HSL 218.57º 0.06% 0.55% -
HSV(B) 218.57º 0.1% 0.57% -
XYZ 23.65 24.87 30.75 -
YUV 136.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 132 137 146 0.10 0.06 0 0.43 218.57 0.06 0.55
Hex 84 89 92 A 6 0 2B DB 6 37
Octal 204 211 222 12 6 0 53 333 6 67
Binary 10000100 10001001 10010010 1010 110 0 101011 11011011 110 110111

Color Harmonies of #848992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848992

Black with #848992

Text Example


Text Example

White with #848992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848992; }

 p { color: rgb(132,137,146); }

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

background-color css

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

 a { background-color: rgb(132,137,146); }

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

border-color css

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

 span { border-color: rgb(132,137,146); }

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