Shades of Light Slate Blue #9482FA
Tints of Light Slate Blue #9482FA
RGB
CMYK
RGB Variations
Color information
#9482FA (or 0x9482FA) is known color: Light Slate Blue. HEX triplet: 94, 82 and FA. RGB value is (148,130,250). Sum of RGB (Red+Green+Blue) = 148+130+250=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #9482FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9482FA is #6B7D05. Grayscale: #949494. Windows color (decimal): -7044358 or 16417428. OLE color: 16417428.
HSL color Cylindrical-coordinate representation of color #9482FA: hue angle of 249º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9482FA is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 130 | 250 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.02 |
| HSL | 249º | 0.92% | 0.75% | - |
| HSV(B) | 249º | 0.48% | 0.98% | - |
| XYZ | 37.45 | 29.16 | 94.1 | - |
| YUV | 149.06 | 184.96 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 250 | 0.41 | 0.48 | 0 | 0.02 | 249 | 0.92 | 0.75 |
| Hex | 94 | 82 | FA | 29 | 30 | 0 | 2 | F9 | 5C | 4B |
| Octal | 224 | 202 | 372 | 51 | 60 | 0 | 2 | 371 | 134 | 113 |
| Binary | 10010100 | 10000010 | 11111010 | 101001 | 110000 | 0 | 10 | 11111001 | 1011100 | 1001011 |
Color Harmonies of #9482FA
Complementary color
Monochromatic Colors of #9482FA
Black with #9482FA
Text Example
Text Example
White with #9482FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482FA; }
p { color: rgb(148,130,250); }
H1.HeaderClassName
{
color: #9482FA;
}
.AnyTagClassName
{
color: #9482FA;
}
</style>
background-color css
<style>
a { background-color: #9482FA; }
a { background-color: rgb(148,130,250); }
div.DivClassName
{
background-color: #9482FA;
}
.BgClassName
{
background-color: #9482FA;
}
</style>
border-color css
<style>
span { border-color: #9482FA; }
span { border-color: rgb(148,130,250); }
td.TdClassName
{
border-color: #9482FA;
}
.TagClassName
{
border-color: #9482FA;
}
</style>