Shades of Light Slate Blue #965AF9
Tints of Light Slate Blue #965AF9
RGB
CMYK
RGB Variations
Color information
#965AF9 (or 0x965AF9) is known color: Light Slate Blue. HEX triplet: 96, 5A and F9. RGB value is (150,90,249). Sum of RGB (Red+Green+Blue) = 150+90+249=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #965AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AF9 is #69A506. Grayscale: #7D7D7D. Windows color (decimal): -6923527 or 16341654. OLE color: 16341654.
HSL color Cylindrical-coordinate representation of color #965AF9: hue angle of 262.64º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965AF9 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 90 | 249 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.02 |
| HSL | 262.64º | 0.93% | 0.66% | - |
| HSV(B) | 262.64º | 0.64% | 0.98% | - |
| XYZ | 33.33 | 20.64 | 91.85 | - |
| YUV | 126.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 249 | 0.40 | 0.64 | 0 | 0.02 | 262.64 | 0.93 | 0.66 |
| Hex | 96 | 5A | F9 | 28 | 40 | 0 | 2 | 107 | 5D | 42 |
| Octal | 226 | 132 | 371 | 50 | 100 | 0 | 2 | 407 | 135 | 102 |
| Binary | 10010110 | 1011010 | 11111001 | 101000 | 1000000 | 0 | 10 | 100000111 | 1011101 | 1000010 |
Color Harmonies of #965AF9
Complementary color
Monochromatic Colors of #965AF9
Black with #965AF9
Text Example
Text Example
White with #965AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AF9; }
p { color: rgb(150,90,249); }
H1.HeaderClassName
{
color: #965AF9;
}
.AnyTagClassName
{
color: #965AF9;
}
</style>
background-color css
<style>
a { background-color: #965AF9; }
a { background-color: rgb(150,90,249); }
div.DivClassName
{
background-color: #965AF9;
}
.BgClassName
{
background-color: #965AF9;
}
</style>
border-color css
<style>
span { border-color: #965AF9; }
span { border-color: rgb(150,90,249); }
td.TdClassName
{
border-color: #965AF9;
}
.TagClassName
{
border-color: #965AF9;
}
</style>