Shades of Light Slate Blue #9F73FC
Tints of Light Slate Blue #9F73FC
RGB
CMYK
RGB Variations
Color information
#9F73FC (or 0x9F73FC) is known color: Light Slate Blue. HEX triplet: 9F, 73 and FC. RGB value is (159,115,252). Sum of RGB (Red+Green+Blue) = 159+115+252=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F73FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73FC is #608C03. Grayscale: #8F8F8F. Windows color (decimal): -6327300 or 16544671. OLE color: 16544671.
HSL color Cylindrical-coordinate representation of color #9F73FC: hue angle of 259.27º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F73FC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 115 | 252 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.01 |
| HSL | 259.27º | 0.96% | 0.72% | - |
| HSV(B) | 259.27º | 0.54% | 0.99% | - |
| XYZ | 38 | 26.66 | 95.24 | - |
| YUV | 143.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 252 | 0.37 | 0.54 | 0 | 0.01 | 259.27 | 0.96 | 0.72 |
| Hex | 9F | 73 | FC | 25 | 36 | 0 | 1 | 103 | 60 | 48 |
| Octal | 237 | 163 | 374 | 45 | 66 | 0 | 1 | 403 | 140 | 110 |
| Binary | 10011111 | 1110011 | 11111100 | 100101 | 110110 | 0 | 1 | 100000011 | 1100000 | 1001000 |
Color Harmonies of #9F73FC
Complementary color
Monochromatic Colors of #9F73FC
Black with #9F73FC
Text Example
Text Example
White with #9F73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73FC; }
p { color: rgb(159,115,252); }
H1.HeaderClassName
{
color: #9F73FC;
}
.AnyTagClassName
{
color: #9F73FC;
}
</style>
background-color css
<style>
a { background-color: #9F73FC; }
a { background-color: rgb(159,115,252); }
div.DivClassName
{
background-color: #9F73FC;
}
.BgClassName
{
background-color: #9F73FC;
}
</style>
border-color css
<style>
span { border-color: #9F73FC; }
span { border-color: rgb(159,115,252); }
td.TdClassName
{
border-color: #9F73FC;
}
.TagClassName
{
border-color: #9F73FC;
}
</style>