Shades of Light Slate Blue #945FFB
Tints of Light Slate Blue #945FFB
RGB
CMYK
RGB Variations
Color information
#945FFB (or 0x945FFB) is known color: Light Slate Blue. HEX triplet: 94, 5F and FB. RGB value is (148,95,251). Sum of RGB (Red+Green+Blue) = 148+95+251=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #945FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945FFB is #6BA004. Grayscale: #808080. Windows color (decimal): -7053317 or 16474004. OLE color: 16474004.
HSL color Cylindrical-coordinate representation of color #945FFB: hue angle of 260.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945FFB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 95 | 251 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.02 |
| HSL | 260.38º | 0.95% | 0.68% | - |
| HSV(B) | 260.38º | 0.62% | 0.98% | - |
| XYZ | 33.72 | 21.45 | 93.63 | - |
| YUV | 128.63 | 197.06 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 251 | 0.41 | 0.62 | 0 | 0.02 | 260.38 | 0.95 | 0.68 |
| Hex | 94 | 5F | FB | 29 | 3E | 0 | 2 | 104 | 5F | 44 |
| Octal | 224 | 137 | 373 | 51 | 76 | 0 | 2 | 404 | 137 | 104 |
| Binary | 10010100 | 1011111 | 11111011 | 101001 | 111110 | 0 | 10 | 100000100 | 1011111 | 1000100 |
Color Harmonies of #945FFB
Complementary color
Monochromatic Colors of #945FFB
Black with #945FFB
Text Example
Text Example
White with #945FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FFB; }
p { color: rgb(148,95,251); }
H1.HeaderClassName
{
color: #945FFB;
}
.AnyTagClassName
{
color: #945FFB;
}
</style>
background-color css
<style>
a { background-color: #945FFB; }
a { background-color: rgb(148,95,251); }
div.DivClassName
{
background-color: #945FFB;
}
.BgClassName
{
background-color: #945FFB;
}
</style>
border-color css
<style>
span { border-color: #945FFB; }
span { border-color: rgb(148,95,251); }
td.TdClassName
{
border-color: #945FFB;
}
.TagClassName
{
border-color: #945FFB;
}
</style>