Html Css Color HEX #848A93 Light Slate Grey

📋 copy color: '#848A93'

red 132 ◦ green 138 ◦ blue 147

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

Shades of Light Slate Grey #848A93

Tints of Light Slate Grey #848A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 31.65%
G = 33.09%
B = 35.25%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#848A93 (or 0x848A93) is known color: Light Slate Grey. HEX triplet: 84, 8A and 93. RGB value is (132,138,147). Sum of RGB (Red+Green+Blue) = 132+138+147=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #848A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A93 is #7B756C. Grayscale: #898989. Windows color (decimal): -8090989 or 9669252. OLE color: 9669252.

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

Color convert

RGB 132 138 147 -
CMYK 0.10 0.06 0 0.42
HSL 216º 0.06% 0.55% -
HSV(B) 216º 0.1% 0.58% -
XYZ 23.87 25.19 31.21 -
YUV 137.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 132 138 147 0.10 0.06 0 0.42 216 0.06 0.55
Hex 84 8A 93 A 6 0 2A D8 6 37
Octal 204 212 223 12 6 0 52 330 6 67
Binary 10000100 10001010 10010011 1010 110 0 101010 11011000 110 110111

Color Harmonies of #848A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A93

Black with #848A93

Text Example


Text Example

White with #848A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,138,147); }

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

background-color css

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

 a { background-color: rgb(132,138,147); }

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

border-color css

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

 span { border-color: rgb(132,138,147); }

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