Shades of Light Slate Blue #9C92FE
Tints of Light Slate Blue #9C92FE
RGB
CMYK
RGB Variations
Color information
#9C92FE (or 0x9C92FE) is known color: Light Slate Blue. HEX triplet: 9C, 92 and FE. RGB value is (156,146,254). Sum of RGB (Red+Green+Blue) = 156+146+254=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C92FE is #636D01. Grayscale: #A0A0A0. Windows color (decimal): -6515970 or 16683676. OLE color: 16683676.
HSL color Cylindrical-coordinate representation of color #9C92FE: hue angle of 245.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C92FE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 146 | 254 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.00 |
| HSL | 245.56º | 0.98% | 0.78% | - |
| HSV(B) | 245.56º | 0.43% | 1% | - |
| XYZ | 41.88 | 34.78 | 98.27 | - |
| YUV | 161.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 254 | 0.39 | 0.43 | 0 | 0.00 | 245.56 | 0.98 | 0.78 |
| Hex | 9C | 92 | FE | 27 | 2B | 0 | 0 | F6 | 62 | 4E |
| Octal | 234 | 222 | 376 | 47 | 53 | 0 | 0 | 366 | 142 | 116 |
| Binary | 10011100 | 10010010 | 11111110 | 100111 | 101011 | 0 | 0 | 11110110 | 1100010 | 1001110 |
Color Harmonies of #9C92FE
Complementary color
Monochromatic Colors of #9C92FE
Black with #9C92FE
Text Example
Text Example
White with #9C92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92FE; }
p { color: rgb(156,146,254); }
H1.HeaderClassName
{
color: #9C92FE;
}
.AnyTagClassName
{
color: #9C92FE;
}
</style>
background-color css
<style>
a { background-color: #9C92FE; }
a { background-color: rgb(156,146,254); }
div.DivClassName
{
background-color: #9C92FE;
}
.BgClassName
{
background-color: #9C92FE;
}
</style>
border-color css
<style>
span { border-color: #9C92FE; }
span { border-color: rgb(156,146,254); }
td.TdClassName
{
border-color: #9C92FE;
}
.TagClassName
{
border-color: #9C92FE;
}
</style>