Shades of Light Slate Blue #9255FD
Tints of Light Slate Blue #9255FD
RGB
CMYK
RGB Variations
Color information
#9255FD (or 0x9255FD) is known color: Light Slate Blue. HEX triplet: 92, 55 and FD. RGB value is (146,85,253). Sum of RGB (Red+Green+Blue) = 146+85+253=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #9255FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9255FD is #6DAA02. Grayscale: #797979. Windows color (decimal): -7186947 or 16602514. OLE color: 16602514.
HSL color Cylindrical-coordinate representation of color #9255FD: hue angle of 261.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9255FD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 85 | 253 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.01 |
| HSL | 261.79º | 0.98% | 0.66% | - |
| HSV(B) | 261.79º | 0.66% | 0.99% | - |
| XYZ | 32.83 | 19.7 | 95 | - |
| YUV | 122.39 | 201.71 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 253 | 0.42 | 0.66 | 0 | 0.01 | 261.79 | 0.98 | 0.66 |
| Hex | 92 | 55 | FD | 2A | 42 | 0 | 1 | 106 | 62 | 42 |
| Octal | 222 | 125 | 375 | 52 | 102 | 0 | 1 | 406 | 142 | 102 |
| Binary | 10010010 | 1010101 | 11111101 | 101010 | 1000010 | 0 | 1 | 100000110 | 1100010 | 1000010 |
Color Harmonies of #9255FD
Complementary color
Monochromatic Colors of #9255FD
Black with #9255FD
Text Example
Text Example
White with #9255FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9255FD; }
p { color: rgb(146,85,253); }
H1.HeaderClassName
{
color: #9255FD;
}
.AnyTagClassName
{
color: #9255FD;
}
</style>
background-color css
<style>
a { background-color: #9255FD; }
a { background-color: rgb(146,85,253); }
div.DivClassName
{
background-color: #9255FD;
}
.BgClassName
{
background-color: #9255FD;
}
</style>
border-color css
<style>
span { border-color: #9255FD; }
span { border-color: rgb(146,85,253); }
td.TdClassName
{
border-color: #9255FD;
}
.TagClassName
{
border-color: #9255FD;
}
</style>