Shades of Light Slate Blue #9484F6
Tints of Light Slate Blue #9484F6
RGB
CMYK
RGB Variations
Color information
#9484F6 (or 0x9484F6) is known color: Light Slate Blue. HEX triplet: 94, 84 and F6. RGB value is (148,132,246). Sum of RGB (Red+Green+Blue) = 148+132+246=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #9484F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484F6 is #6B7B09. Grayscale: #959595. Windows color (decimal): -7043850 or 16155796. OLE color: 16155796.
HSL color Cylindrical-coordinate representation of color #9484F6: hue angle of 248.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9484F6 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 132 | 246 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.04 |
| HSL | 248.42º | 0.86% | 0.74% | - |
| HSV(B) | 248.42º | 0.46% | 0.96% | - |
| XYZ | 37.1 | 29.45 | 90.92 | - |
| YUV | 149.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 246 | 0.40 | 0.46 | 0 | 0.04 | 248.42 | 0.86 | 0.74 |
| Hex | 94 | 84 | F6 | 28 | 2E | 0 | 4 | F8 | 56 | 4A |
| Octal | 224 | 204 | 366 | 50 | 56 | 0 | 4 | 370 | 126 | 112 |
| Binary | 10010100 | 10000100 | 11110110 | 101000 | 101110 | 0 | 100 | 11111000 | 1010110 | 1001010 |
Color Harmonies of #9484F6
Complementary color
Monochromatic Colors of #9484F6
Black with #9484F6
Text Example
Text Example
White with #9484F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484F6; }
p { color: rgb(148,132,246); }
H1.HeaderClassName
{
color: #9484F6;
}
.AnyTagClassName
{
color: #9484F6;
}
</style>
background-color css
<style>
a { background-color: #9484F6; }
a { background-color: rgb(148,132,246); }
div.DivClassName
{
background-color: #9484F6;
}
.BgClassName
{
background-color: #9484F6;
}
</style>
border-color css
<style>
span { border-color: #9484F6; }
span { border-color: rgb(148,132,246); }
td.TdClassName
{
border-color: #9484F6;
}
.TagClassName
{
border-color: #9484F6;
}
</style>