Shades of Light Slate Blue #9662FA
Tints of Light Slate Blue #9662FA
RGB
CMYK
RGB Variations
Color information
#9662FA (or 0x9662FA) is known color: Light Slate Blue. HEX triplet: 96, 62 and FA. RGB value is (150,98,250). Sum of RGB (Red+Green+Blue) = 150+98+250=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9662FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9662FA is #699D05. Grayscale: #828282. Windows color (decimal): -6921478 or 16409238. OLE color: 16409238.
HSL color Cylindrical-coordinate representation of color #9662FA: hue angle of 260.53º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9662FA is Cyan = 0.4, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 98 | 250 | - |
| CMYK | 0.4 | 0.61 | 0 | 0.02 |
| HSL | 260.53º | 0.94% | 0.68% | - |
| HSV(B) | 260.53º | 0.61% | 0.98% | - |
| XYZ | 34.2 | 22.12 | 92.91 | - |
| YUV | 130.88 | 195.23 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 250 | 0.4 | 0.61 | 0 | 0.02 | 260.53 | 0.94 | 0.68 |
| Hex | 96 | 62 | FA | 28 | 3D | 0 | 2 | 105 | 5E | 44 |
| Octal | 226 | 142 | 372 | 50 | 75 | 0 | 2 | 405 | 136 | 104 |
| Binary | 10010110 | 1100010 | 11111010 | 101000 | 111101 | 0 | 10 | 100000101 | 1011110 | 1000100 |
Color Harmonies of #9662FA
Complementary color
Monochromatic Colors of #9662FA
Black with #9662FA
Text Example
Text Example
White with #9662FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662FA; }
p { color: rgb(150,98,250); }
H1.HeaderClassName
{
color: #9662FA;
}
.AnyTagClassName
{
color: #9662FA;
}
</style>
background-color css
<style>
a { background-color: #9662FA; }
a { background-color: rgb(150,98,250); }
div.DivClassName
{
background-color: #9662FA;
}
.BgClassName
{
background-color: #9662FA;
}
</style>
border-color css
<style>
span { border-color: #9662FA; }
span { border-color: rgb(150,98,250); }
td.TdClassName
{
border-color: #9662FA;
}
.TagClassName
{
border-color: #9662FA;
}
</style>