Shades of Light Slate Blue #9461FF
Tints of Light Slate Blue #9461FF
RGB
CMYK
RGB Variations
Color information
#9461FF (or 0x9461FF) is known color: Light Slate Blue. HEX triplet: 94, 61 and FF. RGB value is (148,97,255). Sum of RGB (Red+Green+Blue) = 148+97+255=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #9461FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9461FF is #6B9E00. Grayscale: #818181. Windows color (decimal): -7052801 or 16736660. OLE color: 16736660.
HSL color Cylindrical-coordinate representation of color #9461FF: hue angle of 259.37º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9461FF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 97 | 255 | - |
| CMYK | 0.42 | 0.62 | 0 | 0 |
| HSL | 259.37º | 1% | 0.69% | - |
| HSV(B) | 259.37º | 0.62% | 1% | - |
| XYZ | 34.54 | 22.07 | 97.05 | - |
| YUV | 130.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 255 | 0.42 | 0.62 | 0 | 0 | 259.37 | 1 | 0.69 |
| Hex | 94 | 61 | FF | 2A | 3E | 0 | 0 | 103 | 64 | 45 |
| Octal | 224 | 141 | 377 | 52 | 76 | 0 | 0 | 403 | 144 | 105 |
| Binary | 10010100 | 1100001 | 11111111 | 101010 | 111110 | 0 | 0 | 100000011 | 1100100 | 1000101 |
Color Harmonies of #9461FF
Complementary color
Monochromatic Colors of #9461FF
Black with #9461FF
Text Example
Text Example
White with #9461FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9461FF; }
p { color: rgb(148,97,255); }
H1.HeaderClassName
{
color: #9461FF;
}
.AnyTagClassName
{
color: #9461FF;
}
</style>
background-color css
<style>
a { background-color: #9461FF; }
a { background-color: rgb(148,97,255); }
div.DivClassName
{
background-color: #9461FF;
}
.BgClassName
{
background-color: #9461FF;
}
</style>
border-color css
<style>
span { border-color: #9461FF; }
span { border-color: rgb(148,97,255); }
td.TdClassName
{
border-color: #9461FF;
}
.TagClassName
{
border-color: #9461FF;
}
</style>