Shades of Light Slate Blue #9875FF
Tints of Light Slate Blue #9875FF
RGB
CMYK
RGB Variations
Color information
#9875FF (or 0x9875FF) is known color: Light Slate Blue. HEX triplet: 98, 75 and FF. RGB value is (152,117,255). Sum of RGB (Red+Green+Blue) = 152+117+255=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9875FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9875FF is #678A00. Grayscale: #8E8E8E. Windows color (decimal): -6785537 or 16741784. OLE color: 16741784.
HSL color Cylindrical-coordinate representation of color #9875FF: hue angle of 255.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9875FF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 117 | 255 | - |
| CMYK | 0.40 | 0.54 | 0 | 0 |
| HSL | 255.22º | 1% | 0.73% | - |
| HSV(B) | 255.22º | 0.54% | 1% | - |
| XYZ | 37.36 | 26.62 | 97.78 | - |
| YUV | 143.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 255 | 0.40 | 0.54 | 0 | 0 | 255.22 | 1 | 0.73 |
| Hex | 98 | 75 | FF | 28 | 36 | 0 | 0 | FF | 64 | 49 |
| Octal | 230 | 165 | 377 | 50 | 66 | 0 | 0 | 377 | 144 | 111 |
| Binary | 10011000 | 1110101 | 11111111 | 101000 | 110110 | 0 | 0 | 11111111 | 1100100 | 1001001 |
Color Harmonies of #9875FF
Complementary color
Monochromatic Colors of #9875FF
Black with #9875FF
Text Example
Text Example
White with #9875FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875FF; }
p { color: rgb(152,117,255); }
H1.HeaderClassName
{
color: #9875FF;
}
.AnyTagClassName
{
color: #9875FF;
}
</style>
background-color css
<style>
a { background-color: #9875FF; }
a { background-color: rgb(152,117,255); }
div.DivClassName
{
background-color: #9875FF;
}
.BgClassName
{
background-color: #9875FF;
}
</style>
border-color css
<style>
span { border-color: #9875FF; }
span { border-color: rgb(152,117,255); }
td.TdClassName
{
border-color: #9875FF;
}
.TagClassName
{
border-color: #9875FF;
}
</style>