Shades of Light Slate Blue #948BEF
Tints of Light Slate Blue #948BEF
RGB
CMYK
RGB Variations
Color information
#948BEF (or 0x948BEF) is known color: Light Slate Blue. HEX triplet: 94, 8B and EF. RGB value is (148,139,239). Sum of RGB (Red+Green+Blue) = 148+139+239=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #948BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BEF is #6B7410. Grayscale: #989898. Windows color (decimal): -7042065 or 15698836. OLE color: 15698836.
HSL color Cylindrical-coordinate representation of color #948BEF: hue angle of 245.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948BEF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 139 | 239 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.06 |
| HSL | 245.4º | 0.76% | 0.74% | - |
| HSV(B) | 245.4º | 0.42% | 0.94% | - |
| XYZ | 37.03 | 30.99 | 85.69 | - |
| YUV | 153.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 239 | 0.38 | 0.42 | 0 | 0.06 | 245.4 | 0.76 | 0.74 |
| Hex | 94 | 8B | EF | 26 | 2A | 0 | 6 | F5 | 4C | 4A |
| Octal | 224 | 213 | 357 | 46 | 52 | 0 | 6 | 365 | 114 | 112 |
| Binary | 10010100 | 10001011 | 11101111 | 100110 | 101010 | 0 | 110 | 11110101 | 1001100 | 1001010 |
Color Harmonies of #948BEF
Complementary color
Monochromatic Colors of #948BEF
Black with #948BEF
Text Example
Text Example
White with #948BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BEF; }
p { color: rgb(148,139,239); }
H1.HeaderClassName
{
color: #948BEF;
}
.AnyTagClassName
{
color: #948BEF;
}
</style>
background-color css
<style>
a { background-color: #948BEF; }
a { background-color: rgb(148,139,239); }
div.DivClassName
{
background-color: #948BEF;
}
.BgClassName
{
background-color: #948BEF;
}
</style>
border-color css
<style>
span { border-color: #948BEF; }
span { border-color: rgb(148,139,239); }
td.TdClassName
{
border-color: #948BEF;
}
.TagClassName
{
border-color: #948BEF;
}
</style>