Shades of Light Slate Blue #9F72FF
Tints of Light Slate Blue #9F72FF
RGB
CMYK
RGB Variations
Color information
#9F72FF (or 0x9F72FF) is known color: Light Slate Blue. HEX triplet: 9F, 72 and FF. RGB value is (159,114,255). Sum of RGB (Red+Green+Blue) = 159+114+255=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F72FF is #608D00. Grayscale: #8F8F8F. Windows color (decimal): -6327553 or 16741023. OLE color: 16741023.
HSL color Cylindrical-coordinate representation of color #9F72FF: hue angle of 259.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F72FF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 114 | 255 | - |
| CMYK | 0.38 | 0.55 | 0 | 0 |
| HSL | 259.15º | 1% | 0.72% | - |
| HSV(B) | 259.15º | 0.55% | 1% | - |
| XYZ | 38.37 | 26.63 | 97.72 | - |
| YUV | 143.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 255 | 0.38 | 0.55 | 0 | 0 | 259.15 | 1 | 0.72 |
| Hex | 9F | 72 | FF | 26 | 37 | 0 | 0 | 103 | 64 | 48 |
| Octal | 237 | 162 | 377 | 46 | 67 | 0 | 0 | 403 | 144 | 110 |
| Binary | 10011111 | 1110010 | 11111111 | 100110 | 110111 | 0 | 0 | 100000011 | 1100100 | 1001000 |
Color Harmonies of #9F72FF
Complementary color
Monochromatic Colors of #9F72FF
Black with #9F72FF
Text Example
Text Example
White with #9F72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F72FF; }
p { color: rgb(159,114,255); }
H1.HeaderClassName
{
color: #9F72FF;
}
.AnyTagClassName
{
color: #9F72FF;
}
</style>
background-color css
<style>
a { background-color: #9F72FF; }
a { background-color: rgb(159,114,255); }
div.DivClassName
{
background-color: #9F72FF;
}
.BgClassName
{
background-color: #9F72FF;
}
</style>
border-color css
<style>
span { border-color: #9F72FF; }
span { border-color: rgb(159,114,255); }
td.TdClassName
{
border-color: #9F72FF;
}
.TagClassName
{
border-color: #9F72FF;
}
</style>