Shades of Light Slate Blue #9367F7
Tints of Light Slate Blue #9367F7
RGB
CMYK
RGB Variations
Color information
#9367F7 (or 0x9367F7) is known color: Light Slate Blue. HEX triplet: 93, 67 and F7. RGB value is (147,103,247). Sum of RGB (Red+Green+Blue) = 147+103+247=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #9367F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367F7 is #6C9808. Grayscale: #848484. Windows color (decimal): -7116809 or 16213907. OLE color: 16213907.
HSL color Cylindrical-coordinate representation of color #9367F7: hue angle of 258.33º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9367F7 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 103 | 247 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.03 |
| HSL | 258.33º | 0.9% | 0.69% | - |
| HSV(B) | 258.33º | 0.58% | 0.97% | - |
| XYZ | 33.67 | 22.62 | 90.59 | - |
| YUV | 132.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 247 | 0.40 | 0.58 | 0 | 0.03 | 258.33 | 0.9 | 0.69 |
| Hex | 93 | 67 | F7 | 28 | 3A | 0 | 3 | 102 | 5A | 45 |
| Octal | 223 | 147 | 367 | 50 | 72 | 0 | 3 | 402 | 132 | 105 |
| Binary | 10010011 | 1100111 | 11110111 | 101000 | 111010 | 0 | 11 | 100000010 | 1011010 | 1000101 |
Color Harmonies of #9367F7
Complementary color
Monochromatic Colors of #9367F7
Black with #9367F7
Text Example
Text Example
White with #9367F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367F7; }
p { color: rgb(147,103,247); }
H1.HeaderClassName
{
color: #9367F7;
}
.AnyTagClassName
{
color: #9367F7;
}
</style>
background-color css
<style>
a { background-color: #9367F7; }
a { background-color: rgb(147,103,247); }
div.DivClassName
{
background-color: #9367F7;
}
.BgClassName
{
background-color: #9367F7;
}
</style>
border-color css
<style>
span { border-color: #9367F7; }
span { border-color: rgb(147,103,247); }
td.TdClassName
{
border-color: #9367F7;
}
.TagClassName
{
border-color: #9367F7;
}
</style>