Shades of Light Slate Blue #9961FE
Tints of Light Slate Blue #9961FE
RGB
CMYK
RGB Variations
Color information
#9961FE (or 0x9961FE) is known color: Light Slate Blue. HEX triplet: 99, 61 and FE. RGB value is (153,97,254). Sum of RGB (Red+Green+Blue) = 153+97+254=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #9961FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9961FE is #669E01. Grayscale: #838383. Windows color (decimal): -6725122 or 16671129. OLE color: 16671129.
HSL color Cylindrical-coordinate representation of color #9961FE: hue angle of 261.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9961FE is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 97 | 254 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.00 |
| HSL | 261.4º | 0.99% | 0.69% | - |
| HSV(B) | 261.4º | 0.62% | 1% | - |
| XYZ | 35.3 | 22.48 | 96.24 | - |
| YUV | 131.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 254 | 0.40 | 0.62 | 0 | 0.00 | 261.4 | 0.99 | 0.69 |
| Hex | 99 | 61 | FE | 28 | 3E | 0 | 0 | 105 | 63 | 45 |
| Octal | 231 | 141 | 376 | 50 | 76 | 0 | 0 | 405 | 143 | 105 |
| Binary | 10011001 | 1100001 | 11111110 | 101000 | 111110 | 0 | 0 | 100000101 | 1100011 | 1000101 |
Color Harmonies of #9961FE
Complementary color
Monochromatic Colors of #9961FE
Black with #9961FE
Text Example
Text Example
White with #9961FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961FE; }
p { color: rgb(153,97,254); }
H1.HeaderClassName
{
color: #9961FE;
}
.AnyTagClassName
{
color: #9961FE;
}
</style>
background-color css
<style>
a { background-color: #9961FE; }
a { background-color: rgb(153,97,254); }
div.DivClassName
{
background-color: #9961FE;
}
.BgClassName
{
background-color: #9961FE;
}
</style>
border-color css
<style>
span { border-color: #9961FE; }
span { border-color: rgb(153,97,254); }
td.TdClassName
{
border-color: #9961FE;
}
.TagClassName
{
border-color: #9961FE;
}
</style>