Shades of Light Slate Blue #947FF5
Tints of Light Slate Blue #947FF5
RGB
CMYK
RGB Variations
Color information
#947FF5 (or 0x947FF5) is known color: Light Slate Blue. HEX triplet: 94, 7F and F5. RGB value is (148,127,245). Sum of RGB (Red+Green+Blue) = 148+127+245=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #947FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FF5 is #6B800A. Grayscale: #929292. Windows color (decimal): -7045131 or 16088980. OLE color: 16088980.
HSL color Cylindrical-coordinate representation of color #947FF5: hue angle of 250.68º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #947FF5 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 127 | 245 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.04 |
| HSL | 250.68º | 0.86% | 0.73% | - |
| HSV(B) | 250.68º | 0.48% | 0.96% | - |
| XYZ | 36.28 | 28.07 | 89.89 | - |
| YUV | 146.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 245 | 0.40 | 0.48 | 0 | 0.04 | 250.68 | 0.86 | 0.73 |
| Hex | 94 | 7F | F5 | 28 | 30 | 0 | 4 | FB | 56 | 49 |
| Octal | 224 | 177 | 365 | 50 | 60 | 0 | 4 | 373 | 126 | 111 |
| Binary | 10010100 | 1111111 | 11110101 | 101000 | 110000 | 0 | 100 | 11111011 | 1010110 | 1001001 |
Color Harmonies of #947FF5
Complementary color
Monochromatic Colors of #947FF5
Black with #947FF5
Text Example
Text Example
White with #947FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FF5; }
p { color: rgb(148,127,245); }
H1.HeaderClassName
{
color: #947FF5;
}
.AnyTagClassName
{
color: #947FF5;
}
</style>
background-color css
<style>
a { background-color: #947FF5; }
a { background-color: rgb(148,127,245); }
div.DivClassName
{
background-color: #947FF5;
}
.BgClassName
{
background-color: #947FF5;
}
</style>
border-color css
<style>
span { border-color: #947FF5; }
span { border-color: rgb(148,127,245); }
td.TdClassName
{
border-color: #947FF5;
}
.TagClassName
{
border-color: #947FF5;
}
</style>