Shades of Light Slate Blue #9865FB
Tints of Light Slate Blue #9865FB
RGB
CMYK
RGB Variations
Color information
#9865FB (or 0x9865FB) is known color: Light Slate Blue. HEX triplet: 98, 65 and FB. RGB value is (152,101,251). Sum of RGB (Red+Green+Blue) = 152+101+251=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #9865FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865FB is #679A04. Grayscale: #848484. Windows color (decimal): -6789637 or 16475544. OLE color: 16475544.
HSL color Cylindrical-coordinate representation of color #9865FB: hue angle of 260.4º degrees, saturation: 0.95, 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 #9865FB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 101 | 251 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.02 |
| HSL | 260.4º | 0.95% | 0.69% | - |
| HSV(B) | 260.4º | 0.6% | 0.98% | - |
| XYZ | 35.02 | 22.95 | 93.85 | - |
| YUV | 133.35 | 194.4 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 251 | 0.39 | 0.60 | 0 | 0.02 | 260.4 | 0.95 | 0.69 |
| Hex | 98 | 65 | FB | 27 | 3C | 0 | 2 | 104 | 5F | 45 |
| Octal | 230 | 145 | 373 | 47 | 74 | 0 | 2 | 404 | 137 | 105 |
| Binary | 10011000 | 1100101 | 11111011 | 100111 | 111100 | 0 | 10 | 100000100 | 1011111 | 1000101 |
Color Harmonies of #9865FB
Complementary color
Monochromatic Colors of #9865FB
Black with #9865FB
Text Example
Text Example
White with #9865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865FB; }
p { color: rgb(152,101,251); }
H1.HeaderClassName
{
color: #9865FB;
}
.AnyTagClassName
{
color: #9865FB;
}
</style>
background-color css
<style>
a { background-color: #9865FB; }
a { background-color: rgb(152,101,251); }
div.DivClassName
{
background-color: #9865FB;
}
.BgClassName
{
background-color: #9865FB;
}
</style>
border-color css
<style>
span { border-color: #9865FB; }
span { border-color: rgb(152,101,251); }
td.TdClassName
{
border-color: #9865FB;
}
.TagClassName
{
border-color: #9865FB;
}
</style>