Shades of Light Slate Blue #9452FF
Tints of Light Slate Blue #9452FF
RGB
CMYK
RGB Variations
Color information
#9452FF (or 0x9452FF) is known color: Light Slate Blue. HEX triplet: 94, 52 and FF. RGB value is (148,82,255). Sum of RGB (Red+Green+Blue) = 148+82+255=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #9452FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9452FF is #6BAD00. Grayscale: #787878. Windows color (decimal): -7056641 or 16732820. OLE color: 16732820.
HSL color Cylindrical-coordinate representation of color #9452FF: hue angle of 262.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9452FF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 82 | 255 | - |
| CMYK | 0.42 | 0.68 | 0 | 0 |
| HSL | 262.89º | 1% | 0.66% | - |
| HSV(B) | 262.89º | 0.68% | 1% | - |
| XYZ | 33.28 | 19.55 | 96.63 | - |
| YUV | 121.46 | 203.37 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 255 | 0.42 | 0.68 | 0 | 0 | 262.89 | 1 | 0.66 |
| Hex | 94 | 52 | FF | 2A | 44 | 0 | 0 | 107 | 64 | 42 |
| Octal | 224 | 122 | 377 | 52 | 104 | 0 | 0 | 407 | 144 | 102 |
| Binary | 10010100 | 1010010 | 11111111 | 101010 | 1000100 | 0 | 0 | 100000111 | 1100100 | 1000010 |
Color Harmonies of #9452FF
Complementary color
Monochromatic Colors of #9452FF
Black with #9452FF
Text Example
Text Example
White with #9452FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9452FF; }
p { color: rgb(148,82,255); }
H1.HeaderClassName
{
color: #9452FF;
}
.AnyTagClassName
{
color: #9452FF;
}
</style>
background-color css
<style>
a { background-color: #9452FF; }
a { background-color: rgb(148,82,255); }
div.DivClassName
{
background-color: #9452FF;
}
.BgClassName
{
background-color: #9452FF;
}
</style>
border-color css
<style>
span { border-color: #9452FF; }
span { border-color: rgb(148,82,255); }
td.TdClassName
{
border-color: #9452FF;
}
.TagClassName
{
border-color: #9452FF;
}
</style>