Shades of Light Slate Blue #946CFA
Tints of Light Slate Blue #946CFA
RGB
CMYK
RGB Variations
Color information
#946CFA (or 0x946CFA) is known color: Light Slate Blue. HEX triplet: 94, 6C and FA. RGB value is (148,108,250). Sum of RGB (Red+Green+Blue) = 148+108+250=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #946CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CFA is #6B9305. Grayscale: #878787. Windows color (decimal): -7049990 or 16411796. OLE color: 16411796.
HSL color Cylindrical-coordinate representation of color #946CFA: hue angle of 256.9º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946CFA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 108 | 250 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.02 |
| HSL | 256.9º | 0.93% | 0.7% | - |
| HSV(B) | 256.9º | 0.57% | 0.98% | - |
| XYZ | 34.83 | 23.92 | 93.22 | - |
| YUV | 136.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 250 | 0.41 | 0.57 | 0 | 0.02 | 256.9 | 0.93 | 0.7 |
| Hex | 94 | 6C | FA | 29 | 39 | 0 | 2 | 101 | 5D | 46 |
| Octal | 224 | 154 | 372 | 51 | 71 | 0 | 2 | 401 | 135 | 106 |
| Binary | 10010100 | 1101100 | 11111010 | 101001 | 111001 | 0 | 10 | 100000001 | 1011101 | 1000110 |
Color Harmonies of #946CFA
Complementary color
Monochromatic Colors of #946CFA
Black with #946CFA
Text Example
Text Example
White with #946CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CFA; }
p { color: rgb(148,108,250); }
H1.HeaderClassName
{
color: #946CFA;
}
.AnyTagClassName
{
color: #946CFA;
}
</style>
background-color css
<style>
a { background-color: #946CFA; }
a { background-color: rgb(148,108,250); }
div.DivClassName
{
background-color: #946CFA;
}
.BgClassName
{
background-color: #946CFA;
}
</style>
border-color css
<style>
span { border-color: #946CFA; }
span { border-color: rgb(148,108,250); }
td.TdClassName
{
border-color: #946CFA;
}
.TagClassName
{
border-color: #946CFA;
}
</style>