Shades of Light Slate Blue #9355FD
Tints of Light Slate Blue #9355FD
RGB
CMYK
RGB Variations
Color information
#9355FD (or 0x9355FD) is known color: Light Slate Blue. HEX triplet: 93, 55 and FD. RGB value is (147,85,253). Sum of RGB (Red+Green+Blue) = 147+85+253=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #9355FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9355FD is #6CAA02. Grayscale: #7A7A7A. Windows color (decimal): -7121411 or 16602515. OLE color: 16602515.
HSL color Cylindrical-coordinate representation of color #9355FD: hue angle of 262.14º 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 #9355FD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 85 | 253 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.01 |
| HSL | 262.14º | 0.98% | 0.66% | - |
| HSV(B) | 262.14º | 0.66% | 0.99% | - |
| XYZ | 33.01 | 19.79 | 95.01 | - |
| YUV | 122.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 253 | 0.42 | 0.66 | 0 | 0.01 | 262.14 | 0.98 | 0.66 |
| Hex | 93 | 55 | FD | 2A | 42 | 0 | 1 | 106 | 62 | 42 |
| Octal | 223 | 125 | 375 | 52 | 102 | 0 | 1 | 406 | 142 | 102 |
| Binary | 10010011 | 1010101 | 11111101 | 101010 | 1000010 | 0 | 1 | 100000110 | 1100010 | 1000010 |
Color Harmonies of #9355FD
Complementary color
Monochromatic Colors of #9355FD
Black with #9355FD
Text Example
Text Example
White with #9355FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355FD; }
p { color: rgb(147,85,253); }
H1.HeaderClassName
{
color: #9355FD;
}
.AnyTagClassName
{
color: #9355FD;
}
</style>
background-color css
<style>
a { background-color: #9355FD; }
a { background-color: rgb(147,85,253); }
div.DivClassName
{
background-color: #9355FD;
}
.BgClassName
{
background-color: #9355FD;
}
</style>
border-color css
<style>
span { border-color: #9355FD; }
span { border-color: rgb(147,85,253); }
td.TdClassName
{
border-color: #9355FD;
}
.TagClassName
{
border-color: #9355FD;
}
</style>