Html Css Color HEX #849099 Light Slate Grey

📋 copy color: '#849099'

red 132 ◦ green 144 ◦ blue 153

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

Shades of Light Slate Grey #849099

Tints of Light Slate Grey #849099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 30.77%
G = 33.57%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#849099 (or 0x849099) is known color: Light Slate Grey. HEX triplet: 84, 90 and 99. RGB value is (132,144,153). Sum of RGB (Red+Green+Blue) = 132+144+153=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #849099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849099 is #7B6F66. Grayscale: #8D8D8D. Windows color (decimal): -8089447 or 10064004. OLE color: 10064004.

HSL color Cylindrical-coordinate representation of color #849099: hue angle of 205.71º degrees, saturation: 0.09, 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 #849099 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 144 153 -
CMYK 0.14 0.06 0 0.4
HSL 205.71º 0.09% 0.56% -
HSV(B) 205.71º 0.14% 0.6% -
XYZ 25.24 27.15 34.05 -
YUV 141.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 132 144 153 0.14 0.06 0 0.4 205.71 0.09 0.56
Hex 84 90 99 E 6 0 28 CE 9 38
Octal 204 220 231 16 6 0 50 316 11 70
Binary 10000100 10010000 10011001 1110 110 0 101000 11001110 1001 111000

Color Harmonies of #849099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849099

Black with #849099

Text Example


Text Example

White with #849099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849099; }

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

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

background-color css

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

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

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

border-color css

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

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

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