Shades of Light Slate Grey #8392A4
Tints of Light Slate Grey #8392A4
RGB
CMYK
RGB Variations
Color information
#8392A4 (or 0x8392A4) is known color: Light Slate Grey. HEX triplet: 83, 92 and A4. RGB value is (131,146,164). Sum of RGB (Red+Green+Blue) = 131+146+164=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #8392A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8392A4 is #7C6D5B. Grayscale: #8F8F8F. Windows color (decimal): -8154460 or 10785411. OLE color: 10785411.
HSL color Cylindrical-coordinate representation of color #8392A4: hue angle of 212.73º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8392A4 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 146 | 164 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.36 |
| HSL | 212.73º | 0.15% | 0.58% | - |
| HSV(B) | 212.73º | 0.2% | 0.64% | - |
| XYZ | 26.34 | 28.06 | 39.15 | - |
| YUV | 143.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 164 | 0.20 | 0.11 | 0 | 0.36 | 212.73 | 0.15 | 0.58 |
| Hex | 83 | 92 | A4 | 14 | B | 0 | 24 | D5 | F | 3A |
| Octal | 203 | 222 | 244 | 24 | 13 | 0 | 44 | 325 | 17 | 72 |
| Binary | 10000011 | 10010010 | 10100100 | 10100 | 1011 | 0 | 100100 | 11010101 | 1111 | 111010 |
Color Harmonies of #8392A4
Complementary color
Monochromatic Colors of #8392A4
Black with #8392A4
Text Example
Text Example
White with #8392A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392A4; }
p { color: rgb(131,146,164); }
H1.HeaderClassName
{
color: #8392A4;
}
.AnyTagClassName
{
color: #8392A4;
}
</style>
background-color css
<style>
a { background-color: #8392A4; }
a { background-color: rgb(131,146,164); }
div.DivClassName
{
background-color: #8392A4;
}
.BgClassName
{
background-color: #8392A4;
}
</style>
border-color css
<style>
span { border-color: #8392A4; }
span { border-color: rgb(131,146,164); }
td.TdClassName
{
border-color: #8392A4;
}
.TagClassName
{
border-color: #8392A4;
}
</style>