Shades of Light Slate Blue #9355FE
Tints of Light Slate Blue #9355FE
RGB
CMYK
RGB Variations
Color information
#9355FE (or 0x9355FE) is known color: Light Slate Blue. HEX triplet: 93, 55 and FE. RGB value is (147,85,254). Sum of RGB (Red+Green+Blue) = 147+85+254=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9355FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9355FE is #6CAA01. Grayscale: #7A7A7A. Windows color (decimal): -7121410 or 16668051. OLE color: 16668051.
HSL color Cylindrical-coordinate representation of color #9355FE: hue angle of 262.01º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9355FE is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 85 | 254 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.00 |
| HSL | 262.01º | 0.99% | 0.66% | - |
| HSV(B) | 262.01º | 0.67% | 1% | - |
| XYZ | 33.17 | 19.86 | 95.85 | - |
| YUV | 122.8 | 202.04 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 254 | 0.42 | 0.67 | 0 | 0.00 | 262.01 | 0.99 | 0.66 |
| Hex | 93 | 55 | FE | 2A | 43 | 0 | 0 | 106 | 63 | 42 |
| Octal | 223 | 125 | 376 | 52 | 103 | 0 | 0 | 406 | 143 | 102 |
| Binary | 10010011 | 1010101 | 11111110 | 101010 | 1000011 | 0 | 0 | 100000110 | 1100011 | 1000010 |
Color Harmonies of #9355FE
Complementary color
Monochromatic Colors of #9355FE
Black with #9355FE
Text Example
Text Example
White with #9355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355FE; }
p { color: rgb(147,85,254); }
H1.HeaderClassName
{
color: #9355FE;
}
.AnyTagClassName
{
color: #9355FE;
}
</style>
background-color css
<style>
a { background-color: #9355FE; }
a { background-color: rgb(147,85,254); }
div.DivClassName
{
background-color: #9355FE;
}
.BgClassName
{
background-color: #9355FE;
}
</style>
border-color css
<style>
span { border-color: #9355FE; }
span { border-color: rgb(147,85,254); }
td.TdClassName
{
border-color: #9355FE;
}
.TagClassName
{
border-color: #9355FE;
}
</style>