Shades of Light Slate Blue #9052FE
Tints of Light Slate Blue #9052FE
RGB
CMYK
RGB Variations
Color information
#9052FE (or 0x9052FE) is known color: Light Slate Blue. HEX triplet: 90, 52 and FE. RGB value is (144,82,254). Sum of RGB (Red+Green+Blue) = 144+82+254=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #9052FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9052FE is #6FAD01. Grayscale: #777777. Windows color (decimal): -7318786 or 16667280. OLE color: 16667280.
HSL color Cylindrical-coordinate representation of color #9052FE: hue angle of 261.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9052FE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 82 | 254 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.00 |
| HSL | 261.63º | 0.99% | 0.66% | - |
| HSV(B) | 261.63º | 0.68% | 1% | - |
| XYZ | 32.41 | 19.12 | 95.75 | - |
| YUV | 120.15 | 203.54 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 254 | 0.43 | 0.68 | 0 | 0.00 | 261.63 | 0.99 | 0.66 |
| Hex | 90 | 52 | FE | 2B | 44 | 0 | 0 | 106 | 63 | 42 |
| Octal | 220 | 122 | 376 | 53 | 104 | 0 | 0 | 406 | 143 | 102 |
| Binary | 10010000 | 1010010 | 11111110 | 101011 | 1000100 | 0 | 0 | 100000110 | 1100011 | 1000010 |
Color Harmonies of #9052FE
Complementary color
Monochromatic Colors of #9052FE
Black with #9052FE
Text Example
Text Example
White with #9052FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052FE; }
p { color: rgb(144,82,254); }
H1.HeaderClassName
{
color: #9052FE;
}
.AnyTagClassName
{
color: #9052FE;
}
</style>
background-color css
<style>
a { background-color: #9052FE; }
a { background-color: rgb(144,82,254); }
div.DivClassName
{
background-color: #9052FE;
}
.BgClassName
{
background-color: #9052FE;
}
</style>
border-color css
<style>
span { border-color: #9052FE; }
span { border-color: rgb(144,82,254); }
td.TdClassName
{
border-color: #9052FE;
}
.TagClassName
{
border-color: #9052FE;
}
</style>