Shades of Light Slate Blue #967BFF
Tints of Light Slate Blue #967BFF
RGB
CMYK
RGB Variations
Color information
#967BFF (or 0x967BFF) is known color: Light Slate Blue. HEX triplet: 96, 7B and FF. RGB value is (150,123,255). Sum of RGB (Red+Green+Blue) = 150+123+255=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #967BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BFF is #698400. Grayscale: #919191. Windows color (decimal): -6915073 or 16743318. OLE color: 16743318.
HSL color Cylindrical-coordinate representation of color #967BFF: hue angle of 252.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967BFF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 123 | 255 | - |
| CMYK | 0.41 | 0.52 | 0 | 0 |
| HSL | 252.27º | 1% | 0.74% | - |
| HSV(B) | 252.27º | 0.52% | 1% | - |
| XYZ | 37.71 | 27.87 | 98 | - |
| YUV | 146.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 255 | 0.41 | 0.52 | 0 | 0 | 252.27 | 1 | 0.74 |
| Hex | 96 | 7B | FF | 29 | 34 | 0 | 0 | FC | 64 | 4A |
| Octal | 226 | 173 | 377 | 51 | 64 | 0 | 0 | 374 | 144 | 112 |
| Binary | 10010110 | 1111011 | 11111111 | 101001 | 110100 | 0 | 0 | 11111100 | 1100100 | 1001010 |
Color Harmonies of #967BFF
Complementary color
Monochromatic Colors of #967BFF
Black with #967BFF
Text Example
Text Example
White with #967BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BFF; }
p { color: rgb(150,123,255); }
H1.HeaderClassName
{
color: #967BFF;
}
.AnyTagClassName
{
color: #967BFF;
}
</style>
background-color css
<style>
a { background-color: #967BFF; }
a { background-color: rgb(150,123,255); }
div.DivClassName
{
background-color: #967BFF;
}
.BgClassName
{
background-color: #967BFF;
}
</style>
border-color css
<style>
span { border-color: #967BFF; }
span { border-color: rgb(150,123,255); }
td.TdClassName
{
border-color: #967BFF;
}
.TagClassName
{
border-color: #967BFF;
}
</style>