Shades of Light Slate Blue #9965FE
Tints of Light Slate Blue #9965FE
RGB
CMYK
RGB Variations
Color information
#9965FE (or 0x9965FE) is known color: Light Slate Blue. HEX triplet: 99, 65 and FE. RGB value is (153,101,254). Sum of RGB (Red+Green+Blue) = 153+101+254=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #9965FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9965FE is #669A01. Grayscale: #858585. Windows color (decimal): -6724098 or 16672153. OLE color: 16672153.
HSL color Cylindrical-coordinate representation of color #9965FE: hue angle of 260.39º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9965FE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 101 | 254 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.00 |
| HSL | 260.39º | 0.99% | 0.7% | - |
| HSV(B) | 260.39º | 0.6% | 1% | - |
| XYZ | 35.68 | 23.24 | 96.37 | - |
| YUV | 133.99 | 195.73 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 254 | 0.40 | 0.60 | 0 | 0.00 | 260.39 | 0.99 | 0.7 |
| Hex | 99 | 65 | FE | 28 | 3C | 0 | 0 | 104 | 63 | 46 |
| Octal | 231 | 145 | 376 | 50 | 74 | 0 | 0 | 404 | 143 | 106 |
| Binary | 10011001 | 1100101 | 11111110 | 101000 | 111100 | 0 | 0 | 100000100 | 1100011 | 1000110 |
Color Harmonies of #9965FE
Complementary color
Monochromatic Colors of #9965FE
Black with #9965FE
Text Example
Text Example
White with #9965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965FE; }
p { color: rgb(153,101,254); }
H1.HeaderClassName
{
color: #9965FE;
}
.AnyTagClassName
{
color: #9965FE;
}
</style>
background-color css
<style>
a { background-color: #9965FE; }
a { background-color: rgb(153,101,254); }
div.DivClassName
{
background-color: #9965FE;
}
.BgClassName
{
background-color: #9965FE;
}
</style>
border-color css
<style>
span { border-color: #9965FE; }
span { border-color: rgb(153,101,254); }
td.TdClassName
{
border-color: #9965FE;
}
.TagClassName
{
border-color: #9965FE;
}
</style>