Shades of Light Slate Blue #9481FF
Tints of Light Slate Blue #9481FF
RGB
CMYK
RGB Variations
Color information
#9481FF (or 0x9481FF) is known color: Light Slate Blue. HEX triplet: 94, 81 and FF. RGB value is (148,129,255). Sum of RGB (Red+Green+Blue) = 148+129+255=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9481FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9481FF is #6B7E00. Grayscale: #949494. Windows color (decimal): -7044609 or 16744852. OLE color: 16744852.
HSL color Cylindrical-coordinate representation of color #9481FF: hue angle of 249.05º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9481FF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 129 | 255 | - |
| CMYK | 0.42 | 0.49 | 0 | 0 |
| HSL | 249.05º | 1% | 0.75% | - |
| HSV(B) | 249.05º | 0.49% | 1% | - |
| XYZ | 38.11 | 29.22 | 98.24 | - |
| YUV | 149.05 | 187.79 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 255 | 0.42 | 0.49 | 0 | 0 | 249.05 | 1 | 0.75 |
| Hex | 94 | 81 | FF | 2A | 31 | 0 | 0 | F9 | 64 | 4B |
| Octal | 224 | 201 | 377 | 52 | 61 | 0 | 0 | 371 | 144 | 113 |
| Binary | 10010100 | 10000001 | 11111111 | 101010 | 110001 | 0 | 0 | 11111001 | 1100100 | 1001011 |
Color Harmonies of #9481FF
Complementary color
Monochromatic Colors of #9481FF
Black with #9481FF
Text Example
Text Example
White with #9481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481FF; }
p { color: rgb(148,129,255); }
H1.HeaderClassName
{
color: #9481FF;
}
.AnyTagClassName
{
color: #9481FF;
}
</style>
background-color css
<style>
a { background-color: #9481FF; }
a { background-color: rgb(148,129,255); }
div.DivClassName
{
background-color: #9481FF;
}
.BgClassName
{
background-color: #9481FF;
}
</style>
border-color css
<style>
span { border-color: #9481FF; }
span { border-color: rgb(148,129,255); }
td.TdClassName
{
border-color: #9481FF;
}
.TagClassName
{
border-color: #9481FF;
}
</style>