Shades of Light Slate Blue #948AF0
Tints of Light Slate Blue #948AF0
RGB
CMYK
RGB Variations
Color information
#948AF0 (or 0x948AF0) is known color: Light Slate Blue. HEX triplet: 94, 8A and F0. RGB value is (148,138,240). Sum of RGB (Red+Green+Blue) = 148+138+240=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #948AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AF0 is #6B750F. Grayscale: #989898. Windows color (decimal): -7042320 or 15764116. OLE color: 15764116.
HSL color Cylindrical-coordinate representation of color #948AF0: hue angle of 245.88º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948AF0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 138 | 240 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.06 |
| HSL | 245.88º | 0.77% | 0.74% | - |
| HSV(B) | 245.88º | 0.43% | 0.94% | - |
| XYZ | 37.03 | 30.76 | 86.42 | - |
| YUV | 152.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 240 | 0.38 | 0.42 | 0 | 0.06 | 245.88 | 0.77 | 0.74 |
| Hex | 94 | 8A | F0 | 26 | 2A | 0 | 6 | F6 | 4D | 4A |
| Octal | 224 | 212 | 360 | 46 | 52 | 0 | 6 | 366 | 115 | 112 |
| Binary | 10010100 | 10001010 | 11110000 | 100110 | 101010 | 0 | 110 | 11110110 | 1001101 | 1001010 |
Color Harmonies of #948AF0
Complementary color
Monochromatic Colors of #948AF0
Black with #948AF0
Text Example
Text Example
White with #948AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948AF0; }
p { color: rgb(148,138,240); }
H1.HeaderClassName
{
color: #948AF0;
}
.AnyTagClassName
{
color: #948AF0;
}
</style>
background-color css
<style>
a { background-color: #948AF0; }
a { background-color: rgb(148,138,240); }
div.DivClassName
{
background-color: #948AF0;
}
.BgClassName
{
background-color: #948AF0;
}
</style>
border-color css
<style>
span { border-color: #948AF0; }
span { border-color: rgb(148,138,240); }
td.TdClassName
{
border-color: #948AF0;
}
.TagClassName
{
border-color: #948AF0;
}
</style>