Shades of Light Slate Blue #9C92F8
Tints of Light Slate Blue #9C92F8
RGB
CMYK
RGB Variations
Color information
#9C92F8 (or 0x9C92F8) is known color: Light Slate Blue. HEX triplet: 9C, 92 and F8. RGB value is (156,146,248). Sum of RGB (Red+Green+Blue) = 156+146+248=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C92F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C92F8 is #636D07. Grayscale: #A0A0A0. Windows color (decimal): -6515976 or 16290460. OLE color: 16290460.
HSL color Cylindrical-coordinate representation of color #9C92F8: hue angle of 245.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C92F8 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 146 | 248 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.03 |
| HSL | 245.88º | 0.88% | 0.77% | - |
| HSV(B) | 245.88º | 0.41% | 0.97% | - |
| XYZ | 40.93 | 34.4 | 93.29 | - |
| YUV | 160.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 248 | 0.37 | 0.41 | 0 | 0.03 | 245.88 | 0.88 | 0.77 |
| Hex | 9C | 92 | F8 | 25 | 29 | 0 | 3 | F6 | 58 | 4D |
| Octal | 234 | 222 | 370 | 45 | 51 | 0 | 3 | 366 | 130 | 115 |
| Binary | 10011100 | 10010010 | 11111000 | 100101 | 101001 | 0 | 11 | 11110110 | 1011000 | 1001101 |
Color Harmonies of #9C92F8
Complementary color
Monochromatic Colors of #9C92F8
Black with #9C92F8
Text Example
Text Example
White with #9C92F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92F8; }
p { color: rgb(156,146,248); }
H1.HeaderClassName
{
color: #9C92F8;
}
.AnyTagClassName
{
color: #9C92F8;
}
</style>
background-color css
<style>
a { background-color: #9C92F8; }
a { background-color: rgb(156,146,248); }
div.DivClassName
{
background-color: #9C92F8;
}
.BgClassName
{
background-color: #9C92F8;
}
</style>
border-color css
<style>
span { border-color: #9C92F8; }
span { border-color: rgb(156,146,248); }
td.TdClassName
{
border-color: #9C92F8;
}
.TagClassName
{
border-color: #9C92F8;
}
</style>