Shades of Light Slate Blue #947EF5
Tints of Light Slate Blue #947EF5
RGB
CMYK
RGB Variations
Color information
#947EF5 (or 0x947EF5) is known color: Light Slate Blue. HEX triplet: 94, 7E and F5. RGB value is (148,126,245). Sum of RGB (Red+Green+Blue) = 148+126+245=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #947EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947EF5 is #6B810A. Grayscale: #919191. Windows color (decimal): -7045387 or 16088724. OLE color: 16088724.
HSL color Cylindrical-coordinate representation of color #947EF5: hue angle of 251.09º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #947EF5 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 126 | 245 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.04 |
| HSL | 251.09º | 0.86% | 0.73% | - |
| HSV(B) | 251.09º | 0.49% | 0.96% | - |
| XYZ | 36.16 | 27.81 | 89.85 | - |
| YUV | 146.14 | 183.79 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 245 | 0.40 | 0.49 | 0 | 0.04 | 251.09 | 0.86 | 0.73 |
| Hex | 94 | 7E | F5 | 28 | 31 | 0 | 4 | FB | 56 | 49 |
| Octal | 224 | 176 | 365 | 50 | 61 | 0 | 4 | 373 | 126 | 111 |
| Binary | 10010100 | 1111110 | 11110101 | 101000 | 110001 | 0 | 100 | 11111011 | 1010110 | 1001001 |
Color Harmonies of #947EF5
Complementary color
Monochromatic Colors of #947EF5
Black with #947EF5
Text Example
Text Example
White with #947EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EF5; }
p { color: rgb(148,126,245); }
H1.HeaderClassName
{
color: #947EF5;
}
.AnyTagClassName
{
color: #947EF5;
}
</style>
background-color css
<style>
a { background-color: #947EF5; }
a { background-color: rgb(148,126,245); }
div.DivClassName
{
background-color: #947EF5;
}
.BgClassName
{
background-color: #947EF5;
}
</style>
border-color css
<style>
span { border-color: #947EF5; }
span { border-color: rgb(148,126,245); }
td.TdClassName
{
border-color: #947EF5;
}
.TagClassName
{
border-color: #947EF5;
}
</style>