Shades of Light Slate Blue #967BF8
Tints of Light Slate Blue #967BF8
RGB
CMYK
RGB Variations
Color information
#967BF8 (or 0x967BF8) is known color: Light Slate Blue. HEX triplet: 96, 7B and F8. RGB value is (150,123,248). Sum of RGB (Red+Green+Blue) = 150+123+248=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #967BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BF8 is #698407. Grayscale: #909090. Windows color (decimal): -6915080 or 16284566. OLE color: 16284566.
HSL color Cylindrical-coordinate representation of color #967BF8: hue angle of 252.96º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967BF8 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 123 | 248 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.03 |
| HSL | 252.96º | 0.9% | 0.73% | - |
| HSV(B) | 252.96º | 0.5% | 0.97% | - |
| XYZ | 36.6 | 27.43 | 92.17 | - |
| YUV | 145.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 248 | 0.40 | 0.50 | 0 | 0.03 | 252.96 | 0.9 | 0.73 |
| Hex | 96 | 7B | F8 | 28 | 32 | 0 | 3 | FD | 5A | 49 |
| Octal | 226 | 173 | 370 | 50 | 62 | 0 | 3 | 375 | 132 | 111 |
| Binary | 10010110 | 1111011 | 11111000 | 101000 | 110010 | 0 | 11 | 11111101 | 1011010 | 1001001 |
Color Harmonies of #967BF8
Complementary color
Monochromatic Colors of #967BF8
Black with #967BF8
Text Example
Text Example
White with #967BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BF8; }
p { color: rgb(150,123,248); }
H1.HeaderClassName
{
color: #967BF8;
}
.AnyTagClassName
{
color: #967BF8;
}
</style>
background-color css
<style>
a { background-color: #967BF8; }
a { background-color: rgb(150,123,248); }
div.DivClassName
{
background-color: #967BF8;
}
.BgClassName
{
background-color: #967BF8;
}
</style>
border-color css
<style>
span { border-color: #967BF8; }
span { border-color: rgb(150,123,248); }
td.TdClassName
{
border-color: #967BF8;
}
.TagClassName
{
border-color: #967BF8;
}
</style>