Shades of Light Slate Blue #9865FD
Tints of Light Slate Blue #9865FD
RGB
CMYK
RGB Variations
Color information
#9865FD (or 0x9865FD) is known color: Light Slate Blue. HEX triplet: 98, 65 and FD. RGB value is (152,101,253). Sum of RGB (Red+Green+Blue) = 152+101+253=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #9865FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865FD is #679A02. Grayscale: #858585. Windows color (decimal): -6789635 or 16606616. OLE color: 16606616.
HSL color Cylindrical-coordinate representation of color #9865FD: hue angle of 260.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9865FD is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 101 | 253 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.01 |
| HSL | 260.13º | 0.97% | 0.69% | - |
| HSV(B) | 260.13º | 0.6% | 0.99% | - |
| XYZ | 35.33 | 23.07 | 95.52 | - |
| YUV | 133.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 253 | 0.40 | 0.60 | 0 | 0.01 | 260.13 | 0.97 | 0.69 |
| Hex | 98 | 65 | FD | 28 | 3C | 0 | 1 | 104 | 61 | 45 |
| Octal | 230 | 145 | 375 | 50 | 74 | 0 | 1 | 404 | 141 | 105 |
| Binary | 10011000 | 1100101 | 11111101 | 101000 | 111100 | 0 | 1 | 100000100 | 1100001 | 1000101 |
Color Harmonies of #9865FD
Complementary color
Monochromatic Colors of #9865FD
Black with #9865FD
Text Example
Text Example
White with #9865FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865FD; }
p { color: rgb(152,101,253); }
H1.HeaderClassName
{
color: #9865FD;
}
.AnyTagClassName
{
color: #9865FD;
}
</style>
background-color css
<style>
a { background-color: #9865FD; }
a { background-color: rgb(152,101,253); }
div.DivClassName
{
background-color: #9865FD;
}
.BgClassName
{
background-color: #9865FD;
}
</style>
border-color css
<style>
span { border-color: #9865FD; }
span { border-color: rgb(152,101,253); }
td.TdClassName
{
border-color: #9865FD;
}
.TagClassName
{
border-color: #9865FD;
}
</style>