Shades of Light Slate Blue #967BFE
Tints of Light Slate Blue #967BFE
RGB
CMYK
RGB Variations
Color information
#967BFE (or 0x967BFE) is known color: Light Slate Blue. HEX triplet: 96, 7B and FE. RGB value is (150,123,254). Sum of RGB (Red+Green+Blue) = 150+123+254=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #967BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BFE is #698401. Grayscale: #919191. Windows color (decimal): -6915074 or 16677782. OLE color: 16677782.
HSL color Cylindrical-coordinate representation of color #967BFE: hue angle of 252.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967BFE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 123 | 254 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.00 |
| HSL | 252.37º | 0.98% | 0.74% | - |
| HSV(B) | 252.37º | 0.52% | 1% | - |
| XYZ | 37.55 | 27.81 | 97.15 | - |
| YUV | 146.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 254 | 0.41 | 0.52 | 0 | 0.00 | 252.37 | 0.98 | 0.74 |
| Hex | 96 | 7B | FE | 29 | 34 | 0 | 0 | FC | 62 | 4A |
| Octal | 226 | 173 | 376 | 51 | 64 | 0 | 0 | 374 | 142 | 112 |
| Binary | 10010110 | 1111011 | 11111110 | 101001 | 110100 | 0 | 0 | 11111100 | 1100010 | 1001010 |
Color Harmonies of #967BFE
Complementary color
Monochromatic Colors of #967BFE
Black with #967BFE
Text Example
Text Example
White with #967BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BFE; }
p { color: rgb(150,123,254); }
H1.HeaderClassName
{
color: #967BFE;
}
.AnyTagClassName
{
color: #967BFE;
}
</style>
background-color css
<style>
a { background-color: #967BFE; }
a { background-color: rgb(150,123,254); }
div.DivClassName
{
background-color: #967BFE;
}
.BgClassName
{
background-color: #967BFE;
}
</style>
border-color css
<style>
span { border-color: #967BFE; }
span { border-color: rgb(150,123,254); }
td.TdClassName
{
border-color: #967BFE;
}
.TagClassName
{
border-color: #967BFE;
}
</style>