Shades of Light Slate Blue #967AF2
Tints of Light Slate Blue #967AF2
RGB
CMYK
RGB Variations
Color information
#967AF2 (or 0x967AF2) is known color: Light Slate Blue. HEX triplet: 96, 7A and F2. RGB value is (150,122,242). Sum of RGB (Red+Green+Blue) = 150+122+242=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #967AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967AF2 is #69850D. Grayscale: #8F8F8F. Windows color (decimal): -6915342 or 15891094. OLE color: 15891094.
HSL color Cylindrical-coordinate representation of color #967AF2: hue angle of 254º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967AF2 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 122 | 242 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.05 |
| HSL | 254º | 0.82% | 0.71% | - |
| HSV(B) | 254º | 0.5% | 0.95% | - |
| XYZ | 35.56 | 26.81 | 87.31 | - |
| YUV | 144.05 | 183.28 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 242 | 0.38 | 0.50 | 0 | 0.05 | 254 | 0.82 | 0.71 |
| Hex | 96 | 7A | F2 | 26 | 32 | 0 | 5 | FE | 52 | 47 |
| Octal | 226 | 172 | 362 | 46 | 62 | 0 | 5 | 376 | 122 | 107 |
| Binary | 10010110 | 1111010 | 11110010 | 100110 | 110010 | 0 | 101 | 11111110 | 1010010 | 1000111 |
Color Harmonies of #967AF2
Complementary color
Monochromatic Colors of #967AF2
Black with #967AF2
Text Example
Text Example
White with #967AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967AF2; }
p { color: rgb(150,122,242); }
H1.HeaderClassName
{
color: #967AF2;
}
.AnyTagClassName
{
color: #967AF2;
}
</style>
background-color css
<style>
a { background-color: #967AF2; }
a { background-color: rgb(150,122,242); }
div.DivClassName
{
background-color: #967AF2;
}
.BgClassName
{
background-color: #967AF2;
}
</style>
border-color css
<style>
span { border-color: #967AF2; }
span { border-color: rgb(150,122,242); }
td.TdClassName
{
border-color: #967AF2;
}
.TagClassName
{
border-color: #967AF2;
}
</style>