Shades of Light Slate Blue #947FFF
Tints of Light Slate Blue #947FFF
RGB
CMYK
RGB Variations
Color information
#947FFF (or 0x947FFF) is known color: Light Slate Blue. HEX triplet: 94, 7F and FF. RGB value is (148,127,255). Sum of RGB (Red+Green+Blue) = 148+127+255=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #947FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FFF is #6B8000. Grayscale: #939393. Windows color (decimal): -7045121 or 16744340. OLE color: 16744340.
HSL color Cylindrical-coordinate representation of color #947FFF: hue angle of 249.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947FFF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 127 | 255 | - |
| CMYK | 0.42 | 0.50 | 0 | 0 |
| HSL | 249.84º | 1% | 0.75% | - |
| HSV(B) | 249.84º | 0.5% | 1% | - |
| XYZ | 37.85 | 28.69 | 98.15 | - |
| YUV | 147.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 255 | 0.42 | 0.50 | 0 | 0 | 249.84 | 1 | 0.75 |
| Hex | 94 | 7F | FF | 2A | 32 | 0 | 0 | FA | 64 | 4B |
| Octal | 224 | 177 | 377 | 52 | 62 | 0 | 0 | 372 | 144 | 113 |
| Binary | 10010100 | 1111111 | 11111111 | 101010 | 110010 | 0 | 0 | 11111010 | 1100100 | 1001011 |
Color Harmonies of #947FFF
Complementary color
Monochromatic Colors of #947FFF
Black with #947FFF
Text Example
Text Example
White with #947FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FFF; }
p { color: rgb(148,127,255); }
H1.HeaderClassName
{
color: #947FFF;
}
.AnyTagClassName
{
color: #947FFF;
}
</style>
background-color css
<style>
a { background-color: #947FFF; }
a { background-color: rgb(148,127,255); }
div.DivClassName
{
background-color: #947FFF;
}
.BgClassName
{
background-color: #947FFF;
}
</style>
border-color css
<style>
span { border-color: #947FFF; }
span { border-color: rgb(148,127,255); }
td.TdClassName
{
border-color: #947FFF;
}
.TagClassName
{
border-color: #947FFF;
}
</style>