Shades of Light Slate Blue #9385FF
Tints of Light Slate Blue #9385FF
RGB
CMYK
RGB Variations
Color information
#9385FF (or 0x9385FF) is known color: Light Slate Blue. HEX triplet: 93, 85 and FF. RGB value is (147,133,255). Sum of RGB (Red+Green+Blue) = 147+133+255=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9385FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385FF is #6C7A00. Grayscale: #969696. Windows color (decimal): -7109121 or 16745875. OLE color: 16745875.
HSL color Cylindrical-coordinate representation of color #9385FF: hue angle of 246.89º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9385FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 133 | 255 | - |
| CMYK | 0.42 | 0.48 | 0 | 0 |
| HSL | 246.89º | 1% | 0.76% | - |
| HSV(B) | 246.89º | 0.48% | 1% | - |
| XYZ | 38.47 | 30.2 | 98.41 | - |
| YUV | 151.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 255 | 0.42 | 0.48 | 0 | 0 | 246.89 | 1 | 0.76 |
| Hex | 93 | 85 | FF | 2A | 30 | 0 | 0 | F7 | 64 | 4C |
| Octal | 223 | 205 | 377 | 52 | 60 | 0 | 0 | 367 | 144 | 114 |
| Binary | 10010011 | 10000101 | 11111111 | 101010 | 110000 | 0 | 0 | 11110111 | 1100100 | 1001100 |
Color Harmonies of #9385FF
Complementary color
Monochromatic Colors of #9385FF
Black with #9385FF
Text Example
Text Example
White with #9385FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385FF; }
p { color: rgb(147,133,255); }
H1.HeaderClassName
{
color: #9385FF;
}
.AnyTagClassName
{
color: #9385FF;
}
</style>
background-color css
<style>
a { background-color: #9385FF; }
a { background-color: rgb(147,133,255); }
div.DivClassName
{
background-color: #9385FF;
}
.BgClassName
{
background-color: #9385FF;
}
</style>
border-color css
<style>
span { border-color: #9385FF; }
span { border-color: rgb(147,133,255); }
td.TdClassName
{
border-color: #9385FF;
}
.TagClassName
{
border-color: #9385FF;
}
</style>