Shades of Light Slate Blue #944FFB
Tints of Light Slate Blue #944FFB
RGB
CMYK
RGB Variations
Color information
#944FFB (or 0x944FFB) is known color: Light Slate Blue. HEX triplet: 94, 4F and FB. RGB value is (148,79,251). Sum of RGB (Red+Green+Blue) = 148+79+251=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #944FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944FFB is #6BB004. Grayscale: #767676. Windows color (decimal): -7057413 or 16469908. OLE color: 16469908.
HSL color Cylindrical-coordinate representation of color #944FFB: hue angle of 264.07º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #944FFB is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 79 | 251 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.02 |
| HSL | 264.07º | 0.96% | 0.65% | - |
| HSV(B) | 264.07º | 0.69% | 0.98% | - |
| XYZ | 32.42 | 18.85 | 93.2 | - |
| YUV | 119.24 | 202.36 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 251 | 0.41 | 0.69 | 0 | 0.02 | 264.07 | 0.96 | 0.65 |
| Hex | 94 | 4F | FB | 29 | 45 | 0 | 2 | 108 | 60 | 41 |
| Octal | 224 | 117 | 373 | 51 | 105 | 0 | 2 | 410 | 140 | 101 |
| Binary | 10010100 | 1001111 | 11111011 | 101001 | 1000101 | 0 | 10 | 100001000 | 1100000 | 1000001 |
Color Harmonies of #944FFB
Complementary color
Monochromatic Colors of #944FFB
Black with #944FFB
Text Example
Text Example
White with #944FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FFB; }
p { color: rgb(148,79,251); }
H1.HeaderClassName
{
color: #944FFB;
}
.AnyTagClassName
{
color: #944FFB;
}
</style>
background-color css
<style>
a { background-color: #944FFB; }
a { background-color: rgb(148,79,251); }
div.DivClassName
{
background-color: #944FFB;
}
.BgClassName
{
background-color: #944FFB;
}
</style>
border-color css
<style>
span { border-color: #944FFB; }
span { border-color: rgb(148,79,251); }
td.TdClassName
{
border-color: #944FFB;
}
.TagClassName
{
border-color: #944FFB;
}
</style>