Shades of Light Slate Blue #945AF6
Tints of Light Slate Blue #945AF6
RGB
CMYK
RGB Variations
Color information
#945AF6 (or 0x945AF6) is known color: Light Slate Blue. HEX triplet: 94, 5A and F6. RGB value is (148,90,246). Sum of RGB (Red+Green+Blue) = 148+90+246=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #945AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945AF6 is #6BA509. Grayscale: #7C7C7C. Windows color (decimal): -7054602 or 16145044. OLE color: 16145044.
HSL color Cylindrical-coordinate representation of color #945AF6: hue angle of 262.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #945AF6 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 90 | 246 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.04 |
| HSL | 262.31º | 0.9% | 0.66% | - |
| HSV(B) | 262.31º | 0.63% | 0.96% | - |
| XYZ | 32.5 | 20.26 | 89.39 | - |
| YUV | 125.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 246 | 0.40 | 0.63 | 0 | 0.04 | 262.31 | 0.9 | 0.66 |
| Hex | 94 | 5A | F6 | 28 | 3F | 0 | 4 | 106 | 5A | 42 |
| Octal | 224 | 132 | 366 | 50 | 77 | 0 | 4 | 406 | 132 | 102 |
| Binary | 10010100 | 1011010 | 11110110 | 101000 | 111111 | 0 | 100 | 100000110 | 1011010 | 1000010 |
Color Harmonies of #945AF6
Complementary color
Monochromatic Colors of #945AF6
Black with #945AF6
Text Example
Text Example
White with #945AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945AF6; }
p { color: rgb(148,90,246); }
H1.HeaderClassName
{
color: #945AF6;
}
.AnyTagClassName
{
color: #945AF6;
}
</style>
background-color css
<style>
a { background-color: #945AF6; }
a { background-color: rgb(148,90,246); }
div.DivClassName
{
background-color: #945AF6;
}
.BgClassName
{
background-color: #945AF6;
}
</style>
border-color css
<style>
span { border-color: #945AF6; }
span { border-color: rgb(148,90,246); }
td.TdClassName
{
border-color: #945AF6;
}
.TagClassName
{
border-color: #945AF6;
}
</style>