Shades of Light Slate Blue #9367FA
Tints of Light Slate Blue #9367FA
RGB
CMYK
RGB Variations
Color information
#9367FA (or 0x9367FA) is known color: Light Slate Blue. HEX triplet: 93, 67 and FA. RGB value is (147,103,250). Sum of RGB (Red+Green+Blue) = 147+103+250=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #9367FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367FA is #6C9805. Grayscale: #848484. Windows color (decimal): -7116806 or 16410515. OLE color: 16410515.
HSL color Cylindrical-coordinate representation of color #9367FA: hue angle of 257.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9367FA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 103 | 250 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.02 |
| HSL | 257.96º | 0.94% | 0.69% | - |
| HSV(B) | 257.96º | 0.59% | 0.98% | - |
| XYZ | 34.14 | 22.81 | 93.05 | - |
| YUV | 132.91 | 194.08 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 250 | 0.41 | 0.59 | 0 | 0.02 | 257.96 | 0.94 | 0.69 |
| Hex | 93 | 67 | FA | 29 | 3B | 0 | 2 | 102 | 5E | 45 |
| Octal | 223 | 147 | 372 | 51 | 73 | 0 | 2 | 402 | 136 | 105 |
| Binary | 10010011 | 1100111 | 11111010 | 101001 | 111011 | 0 | 10 | 100000010 | 1011110 | 1000101 |
Color Harmonies of #9367FA
Complementary color
Monochromatic Colors of #9367FA
Black with #9367FA
Text Example
Text Example
White with #9367FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367FA; }
p { color: rgb(147,103,250); }
H1.HeaderClassName
{
color: #9367FA;
}
.AnyTagClassName
{
color: #9367FA;
}
</style>
background-color css
<style>
a { background-color: #9367FA; }
a { background-color: rgb(147,103,250); }
div.DivClassName
{
background-color: #9367FA;
}
.BgClassName
{
background-color: #9367FA;
}
</style>
border-color css
<style>
span { border-color: #9367FA; }
span { border-color: rgb(147,103,250); }
td.TdClassName
{
border-color: #9367FA;
}
.TagClassName
{
border-color: #9367FA;
}
</style>