Shades of Light Slate Blue #9367FB
Tints of Light Slate Blue #9367FB
RGB
CMYK
RGB Variations
Color information
#9367FB (or 0x9367FB) is known color: Light Slate Blue. HEX triplet: 93, 67 and FB. RGB value is (147,103,251). Sum of RGB (Red+Green+Blue) = 147+103+251=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #9367FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367FB is #6C9804. Grayscale: #848484. Windows color (decimal): -7116805 or 16476051. OLE color: 16476051.
HSL color Cylindrical-coordinate representation of color #9367FB: hue angle of 257.84º degrees, saturation: 0.95, 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 #9367FB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 103 | 251 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.02 |
| HSL | 257.84º | 0.95% | 0.69% | - |
| HSV(B) | 257.84º | 0.59% | 0.98% | - |
| XYZ | 34.3 | 22.87 | 93.87 | - |
| YUV | 133.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 251 | 0.41 | 0.59 | 0 | 0.02 | 257.84 | 0.95 | 0.69 |
| Hex | 93 | 67 | FB | 29 | 3B | 0 | 2 | 102 | 5F | 45 |
| Octal | 223 | 147 | 373 | 51 | 73 | 0 | 2 | 402 | 137 | 105 |
| Binary | 10010011 | 1100111 | 11111011 | 101001 | 111011 | 0 | 10 | 100000010 | 1011111 | 1000101 |
Color Harmonies of #9367FB
Complementary color
Monochromatic Colors of #9367FB
Black with #9367FB
Text Example
Text Example
White with #9367FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367FB; }
p { color: rgb(147,103,251); }
H1.HeaderClassName
{
color: #9367FB;
}
.AnyTagClassName
{
color: #9367FB;
}
</style>
background-color css
<style>
a { background-color: #9367FB; }
a { background-color: rgb(147,103,251); }
div.DivClassName
{
background-color: #9367FB;
}
.BgClassName
{
background-color: #9367FB;
}
</style>
border-color css
<style>
span { border-color: #9367FB; }
span { border-color: rgb(147,103,251); }
td.TdClassName
{
border-color: #9367FB;
}
.TagClassName
{
border-color: #9367FB;
}
</style>