#848C98

Color #848C98 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #848C98

Tints of Light Slate Grey #848C98

Color information

#848C98 (or 0x848C98) is unknown color: approx Light Slate Grey. HEX triplet: 84, 8C and 98. RGB value is (132,140,152). Sum of RGB (Red+Green+Blue) = 132+140+152=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #848C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C98 is #7B7367. Grayscale: #8A8A8A. Windows color (decimal): -8090472 or 9997444. OLE color: 9997444.

HSL color Cylindrical-coordinate representation of color #848C98: hue angle of 216º 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 #848C98 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB132140152-
CMYK0.130.0800.40
HSL216º8.85%55.69%-
HSV(B)216º13.16%59.61%-
XYZ24.5625.9333.42-
YUV138.98135.35123.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=31.13%
G=33.02%
B=35.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321401520.130.0800.402168.8555.69
Hex848C98D8028d8938
Octal20421423015100503301170
Binary100001001000110010011000110110000101000110110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #848C98;
 }
 .AnyTagClassName
 {
   color: #848C98;
 }
</style>
background-color css

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

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

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

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

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

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