Shades of Light Slate Blue #9C92FB
Tints of Light Slate Blue #9C92FB
RGB
CMYK
RGB Variations
Color information
#9C92FB (or 0x9C92FB) is known color: Light Slate Blue. HEX triplet: 9C, 92 and FB. RGB value is (156,146,251). Sum of RGB (Red+Green+Blue) = 156+146+251=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C92FB is #636D04. Grayscale: #A0A0A0. Windows color (decimal): -6515973 or 16487068. OLE color: 16487068.
HSL color Cylindrical-coordinate representation of color #9C92FB: hue angle of 245.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C92FB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 146 | 251 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.02 |
| HSL | 245.71º | 0.93% | 0.78% | - |
| HSV(B) | 245.71º | 0.42% | 0.98% | - |
| XYZ | 41.4 | 34.59 | 95.76 | - |
| YUV | 160.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 251 | 0.38 | 0.42 | 0 | 0.02 | 245.71 | 0.93 | 0.78 |
| Hex | 9C | 92 | FB | 26 | 2A | 0 | 2 | F6 | 5D | 4E |
| Octal | 234 | 222 | 373 | 46 | 52 | 0 | 2 | 366 | 135 | 116 |
| Binary | 10011100 | 10010010 | 11111011 | 100110 | 101010 | 0 | 10 | 11110110 | 1011101 | 1001110 |
Color Harmonies of #9C92FB
Complementary color
Monochromatic Colors of #9C92FB
Black with #9C92FB
Text Example
Text Example
White with #9C92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92FB; }
p { color: rgb(156,146,251); }
H1.HeaderClassName
{
color: #9C92FB;
}
.AnyTagClassName
{
color: #9C92FB;
}
</style>
background-color css
<style>
a { background-color: #9C92FB; }
a { background-color: rgb(156,146,251); }
div.DivClassName
{
background-color: #9C92FB;
}
.BgClassName
{
background-color: #9C92FB;
}
</style>
border-color css
<style>
span { border-color: #9C92FB; }
span { border-color: rgb(156,146,251); }
td.TdClassName
{
border-color: #9C92FB;
}
.TagClassName
{
border-color: #9C92FB;
}
</style>