Shades of Light Slate Blue #9C5AFB
Tints of Light Slate Blue #9C5AFB
RGB
CMYK
RGB Variations
Color information
#9C5AFB (or 0x9C5AFB) is known color: Light Slate Blue. HEX triplet: 9C, 5A and FB. RGB value is (156,90,251). Sum of RGB (Red+Green+Blue) = 156+90+251=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5AFB is #63A504. Grayscale: #7F7F7F. Windows color (decimal): -6530309 or 16472732. OLE color: 16472732.
HSL color Cylindrical-coordinate representation of color #9C5AFB: hue angle of 264.6º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C5AFB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 90 | 251 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.02 |
| HSL | 264.6º | 0.95% | 0.67% | - |
| HSV(B) | 264.6º | 0.64% | 0.98% | - |
| XYZ | 34.78 | 21.35 | 93.55 | - |
| YUV | 128.09 | 197.37 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 251 | 0.38 | 0.64 | 0 | 0.02 | 264.6 | 0.95 | 0.67 |
| Hex | 9C | 5A | FB | 26 | 40 | 0 | 2 | 109 | 5F | 43 |
| Octal | 234 | 132 | 373 | 46 | 100 | 0 | 2 | 411 | 137 | 103 |
| Binary | 10011100 | 1011010 | 11111011 | 100110 | 1000000 | 0 | 10 | 100001001 | 1011111 | 1000011 |
Color Harmonies of #9C5AFB
Complementary color
Monochromatic Colors of #9C5AFB
Black with #9C5AFB
Text Example
Text Example
White with #9C5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AFB; }
p { color: rgb(156,90,251); }
H1.HeaderClassName
{
color: #9C5AFB;
}
.AnyTagClassName
{
color: #9C5AFB;
}
</style>
background-color css
<style>
a { background-color: #9C5AFB; }
a { background-color: rgb(156,90,251); }
div.DivClassName
{
background-color: #9C5AFB;
}
.BgClassName
{
background-color: #9C5AFB;
}
</style>
border-color css
<style>
span { border-color: #9C5AFB; }
span { border-color: rgb(156,90,251); }
td.TdClassName
{
border-color: #9C5AFB;
}
.TagClassName
{
border-color: #9C5AFB;
}
</style>