Html Css Color HEX #848E98 Light Slate Grey

📋 copy color: '#848E98'

red 132 ◦ green 142 ◦ blue 152

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

Shades of Light Slate Grey #848E98

Tints of Light Slate Grey #848E98

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 30.99%
G = 33.33%
B = 35.68%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#848E98 (or 0x848E98) is known color: Light Slate Grey. HEX triplet: 84, 8E and 98. RGB value is (132,142,152). Sum of RGB (Red+Green+Blue) = 132+142+152=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #848E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E98 is #7B7167. Grayscale: #8C8C8C. Windows color (decimal): -8089960 or 9997956. OLE color: 9997956.

HSL color Cylindrical-coordinate representation of color #848E98: hue angle of 210º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #848E98 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 142 152 -
CMYK 0.13 0.07 0 0.40
HSL 210º 0.09% 0.56% -
HSV(B) 210º 0.13% 0.6% -
XYZ 24.86 26.52 33.51 -
YUV 140.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 132 142 152 0.13 0.07 0 0.40 210 0.09 0.56
Hex 84 8E 98 D 7 0 28 D2 9 38
Octal 204 216 230 15 7 0 50 322 11 70
Binary 10000100 10001110 10011000 1101 111 0 101000 11010010 1001 111000

Color Harmonies of #848E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E98

Black with #848E98

Text Example


Text Example

White with #848E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,142,152); }

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

background-color css

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

 a { background-color: rgb(132,142,152); }

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

border-color css

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

 span { border-color: rgb(132,142,152); }

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