Shades of Light Slate Blue #9865FA
Tints of Light Slate Blue #9865FA
RGB
CMYK
RGB Variations
Color information
#9865FA (or 0x9865FA) is known color: Light Slate Blue. HEX triplet: 98, 65 and FA. RGB value is (152,101,250). Sum of RGB (Red+Green+Blue) = 152+101+250=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #9865FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865FA is #679A05. Grayscale: #848484. Windows color (decimal): -6789638 or 16410008. OLE color: 16410008.
HSL color Cylindrical-coordinate representation of color #9865FA: hue angle of 260.54º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9865FA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 101 | 250 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.02 |
| HSL | 260.54º | 0.94% | 0.69% | - |
| HSV(B) | 260.54º | 0.6% | 0.98% | - |
| XYZ | 34.86 | 22.88 | 93.02 | - |
| YUV | 133.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 250 | 0.39 | 0.60 | 0 | 0.02 | 260.54 | 0.94 | 0.69 |
| Hex | 98 | 65 | FA | 27 | 3C | 0 | 2 | 105 | 5E | 45 |
| Octal | 230 | 145 | 372 | 47 | 74 | 0 | 2 | 405 | 136 | 105 |
| Binary | 10011000 | 1100101 | 11111010 | 100111 | 111100 | 0 | 10 | 100000101 | 1011110 | 1000101 |
Color Harmonies of #9865FA
Complementary color
Monochromatic Colors of #9865FA
Black with #9865FA
Text Example
Text Example
White with #9865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865FA; }
p { color: rgb(152,101,250); }
H1.HeaderClassName
{
color: #9865FA;
}
.AnyTagClassName
{
color: #9865FA;
}
</style>
background-color css
<style>
a { background-color: #9865FA; }
a { background-color: rgb(152,101,250); }
div.DivClassName
{
background-color: #9865FA;
}
.BgClassName
{
background-color: #9865FA;
}
</style>
border-color css
<style>
span { border-color: #9865FA; }
span { border-color: rgb(152,101,250); }
td.TdClassName
{
border-color: #9865FA;
}
.TagClassName
{
border-color: #9865FA;
}
</style>