Shades of Light Slate Blue #9C72FE
Tints of Light Slate Blue #9C72FE
RGB
CMYK
RGB Variations
Color information
#9C72FE (or 0x9C72FE) is known color: Light Slate Blue. HEX triplet: 9C, 72 and FE. RGB value is (156,114,254). Sum of RGB (Red+Green+Blue) = 156+114+254=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C72FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C72FE is #638D01. Grayscale: #8E8E8E. Windows color (decimal): -6524162 or 16675484. OLE color: 16675484.
HSL color Cylindrical-coordinate representation of color #9C72FE: hue angle of 258º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C72FE is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 114 | 254 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.00 |
| HSL | 258º | 0.99% | 0.72% | - |
| HSV(B) | 258º | 0.55% | 1% | - |
| XYZ | 37.62 | 26.26 | 96.85 | - |
| YUV | 142.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 254 | 0.39 | 0.55 | 0 | 0.00 | 258 | 0.99 | 0.72 |
| Hex | 9C | 72 | FE | 27 | 37 | 0 | 0 | 102 | 63 | 48 |
| Octal | 234 | 162 | 376 | 47 | 67 | 0 | 0 | 402 | 143 | 110 |
| Binary | 10011100 | 1110010 | 11111110 | 100111 | 110111 | 0 | 0 | 100000010 | 1100011 | 1001000 |
Color Harmonies of #9C72FE
Complementary color
Monochromatic Colors of #9C72FE
Black with #9C72FE
Text Example
Text Example
White with #9C72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C72FE; }
p { color: rgb(156,114,254); }
H1.HeaderClassName
{
color: #9C72FE;
}
.AnyTagClassName
{
color: #9C72FE;
}
</style>
background-color css
<style>
a { background-color: #9C72FE; }
a { background-color: rgb(156,114,254); }
div.DivClassName
{
background-color: #9C72FE;
}
.BgClassName
{
background-color: #9C72FE;
}
</style>
border-color css
<style>
span { border-color: #9C72FE; }
span { border-color: rgb(156,114,254); }
td.TdClassName
{
border-color: #9C72FE;
}
.TagClassName
{
border-color: #9C72FE;
}
</style>