Shades of Light Slate Blue #9360FF
Tints of Light Slate Blue #9360FF
RGB
CMYK
RGB Variations
Color information
#9360FF (or 0x9360FF) is known color: Light Slate Blue. HEX triplet: 93, 60 and FF. RGB value is (147,96,255). Sum of RGB (Red+Green+Blue) = 147+96+255=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #9360FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9360FF is #6C9F00. Grayscale: #808080. Windows color (decimal): -7118593 or 16736403. OLE color: 16736403.
HSL color Cylindrical-coordinate representation of color #9360FF: hue angle of 259.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9360FF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 96 | 255 | - |
| CMYK | 0.42 | 0.62 | 0 | 0 |
| HSL | 259.25º | 1% | 0.69% | - |
| HSV(B) | 259.25º | 0.62% | 1% | - |
| XYZ | 34.27 | 21.79 | 97.01 | - |
| YUV | 129.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 255 | 0.42 | 0.62 | 0 | 0 | 259.25 | 1 | 0.69 |
| Hex | 93 | 60 | FF | 2A | 3E | 0 | 0 | 103 | 64 | 45 |
| Octal | 223 | 140 | 377 | 52 | 76 | 0 | 0 | 403 | 144 | 105 |
| Binary | 10010011 | 1100000 | 11111111 | 101010 | 111110 | 0 | 0 | 100000011 | 1100100 | 1000101 |
Color Harmonies of #9360FF
Complementary color
Monochromatic Colors of #9360FF
Black with #9360FF
Text Example
Text Example
White with #9360FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360FF; }
p { color: rgb(147,96,255); }
H1.HeaderClassName
{
color: #9360FF;
}
.AnyTagClassName
{
color: #9360FF;
}
</style>
background-color css
<style>
a { background-color: #9360FF; }
a { background-color: rgb(147,96,255); }
div.DivClassName
{
background-color: #9360FF;
}
.BgClassName
{
background-color: #9360FF;
}
</style>
border-color css
<style>
span { border-color: #9360FF; }
span { border-color: rgb(147,96,255); }
td.TdClassName
{
border-color: #9360FF;
}
.TagClassName
{
border-color: #9360FF;
}
</style>