Shades of Light Slate Blue #948DFC
Tints of Light Slate Blue #948DFC
RGB
CMYK
RGB Variations
Color information
#948DFC (or 0x948DFC) is known color: Light Slate Blue. HEX triplet: 94, 8D and FC. RGB value is (148,141,252). Sum of RGB (Red+Green+Blue) = 148+141+252=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #948DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DFC is #6B7203. Grayscale: #9B9B9B. Windows color (decimal): -7041540 or 16551316. OLE color: 16551316.
HSL color Cylindrical-coordinate representation of color #948DFC: hue angle of 243.78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948DFC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 141 | 252 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.01 |
| HSL | 243.78º | 0.95% | 0.77% | - |
| HSV(B) | 243.78º | 0.44% | 0.99% | - |
| XYZ | 39.31 | 32.37 | 96.27 | - |
| YUV | 155.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 252 | 0.41 | 0.44 | 0 | 0.01 | 243.78 | 0.95 | 0.77 |
| Hex | 94 | 8D | FC | 29 | 2C | 0 | 1 | F4 | 5F | 4D |
| Octal | 224 | 215 | 374 | 51 | 54 | 0 | 1 | 364 | 137 | 115 |
| Binary | 10010100 | 10001101 | 11111100 | 101001 | 101100 | 0 | 1 | 11110100 | 1011111 | 1001101 |
Color Harmonies of #948DFC
Complementary color
Monochromatic Colors of #948DFC
Black with #948DFC
Text Example
Text Example
White with #948DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DFC; }
p { color: rgb(148,141,252); }
H1.HeaderClassName
{
color: #948DFC;
}
.AnyTagClassName
{
color: #948DFC;
}
</style>
background-color css
<style>
a { background-color: #948DFC; }
a { background-color: rgb(148,141,252); }
div.DivClassName
{
background-color: #948DFC;
}
.BgClassName
{
background-color: #948DFC;
}
</style>
border-color css
<style>
span { border-color: #948DFC; }
span { border-color: rgb(148,141,252); }
td.TdClassName
{
border-color: #948DFC;
}
.TagClassName
{
border-color: #948DFC;
}
</style>