Shades of Light Slate Blue #948BFD
Tints of Light Slate Blue #948BFD
RGB
CMYK
RGB Variations
Color information
#948BFD (or 0x948BFD) is known color: Light Slate Blue. HEX triplet: 94, 8B and FD. RGB value is (148,139,253). Sum of RGB (Red+Green+Blue) = 148+139+253=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #948BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BFD is #6B7402. Grayscale: #9A9A9A. Windows color (decimal): -7042051 or 16616340. OLE color: 16616340.
HSL color Cylindrical-coordinate representation of color #948BFD: hue angle of 244.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #948BFD is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 139 | 253 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.01 |
| HSL | 244.74º | 0.97% | 0.77% | - |
| HSV(B) | 244.74º | 0.45% | 0.99% | - |
| XYZ | 39.17 | 31.85 | 97.01 | - |
| YUV | 154.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 253 | 0.42 | 0.45 | 0 | 0.01 | 244.74 | 0.97 | 0.77 |
| Hex | 94 | 8B | FD | 2A | 2D | 0 | 1 | F5 | 61 | 4D |
| Octal | 224 | 213 | 375 | 52 | 55 | 0 | 1 | 365 | 141 | 115 |
| Binary | 10010100 | 10001011 | 11111101 | 101010 | 101101 | 0 | 1 | 11110101 | 1100001 | 1001101 |
Color Harmonies of #948BFD
Complementary color
Monochromatic Colors of #948BFD
Black with #948BFD
Text Example
Text Example
White with #948BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BFD; }
p { color: rgb(148,139,253); }
H1.HeaderClassName
{
color: #948BFD;
}
.AnyTagClassName
{
color: #948BFD;
}
</style>
background-color css
<style>
a { background-color: #948BFD; }
a { background-color: rgb(148,139,253); }
div.DivClassName
{
background-color: #948BFD;
}
.BgClassName
{
background-color: #948BFD;
}
</style>
border-color css
<style>
span { border-color: #948BFD; }
span { border-color: rgb(148,139,253); }
td.TdClassName
{
border-color: #948BFD;
}
.TagClassName
{
border-color: #948BFD;
}
</style>