Shades of Light Slate Blue #967FF1
Tints of Light Slate Blue #967FF1
RGB
CMYK
RGB Variations
Color information
#967FF1 (or 0x967FF1) is known color: Light Slate Blue. HEX triplet: 96, 7F and F1. RGB value is (150,127,241). Sum of RGB (Red+Green+Blue) = 150+127+241=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #967FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FF1 is #69800E. Grayscale: #929292. Windows color (decimal): -6914063 or 15826838. OLE color: 15826838.
HSL color Cylindrical-coordinate representation of color #967FF1: hue angle of 252.11º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967FF1 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 127 | 241 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.05 |
| HSL | 252.11º | 0.8% | 0.72% | - |
| HSV(B) | 252.11º | 0.47% | 0.95% | - |
| XYZ | 36.04 | 28.01 | 86.73 | - |
| YUV | 146.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 241 | 0.38 | 0.47 | 0 | 0.05 | 252.11 | 0.8 | 0.72 |
| Hex | 96 | 7F | F1 | 26 | 2F | 0 | 5 | FC | 50 | 48 |
| Octal | 226 | 177 | 361 | 46 | 57 | 0 | 5 | 374 | 120 | 110 |
| Binary | 10010110 | 1111111 | 11110001 | 100110 | 101111 | 0 | 101 | 11111100 | 1010000 | 1001000 |
Color Harmonies of #967FF1
Complementary color
Monochromatic Colors of #967FF1
Black with #967FF1
Text Example
Text Example
White with #967FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FF1; }
p { color: rgb(150,127,241); }
H1.HeaderClassName
{
color: #967FF1;
}
.AnyTagClassName
{
color: #967FF1;
}
</style>
background-color css
<style>
a { background-color: #967FF1; }
a { background-color: rgb(150,127,241); }
div.DivClassName
{
background-color: #967FF1;
}
.BgClassName
{
background-color: #967FF1;
}
</style>
border-color css
<style>
span { border-color: #967FF1; }
span { border-color: rgb(150,127,241); }
td.TdClassName
{
border-color: #967FF1;
}
.TagClassName
{
border-color: #967FF1;
}
</style>