Shades of Light Slate Blue #9372FE
Tints of Light Slate Blue #9372FE
RGB
CMYK
RGB Variations
Color information
#9372FE (or 0x9372FE) is known color: Light Slate Blue. HEX triplet: 93, 72 and FE. RGB value is (147,114,254). Sum of RGB (Red+Green+Blue) = 147+114+254=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9372FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9372FE is #6C8D01. Grayscale: #8B8B8B. Windows color (decimal): -7113986 or 16675475. OLE color: 16675475.
HSL color Cylindrical-coordinate representation of color #9372FE: hue angle of 254.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9372FE is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 114 | 254 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.00 |
| HSL | 254.14º | 0.99% | 0.72% | - |
| HSV(B) | 254.14º | 0.55% | 1% | - |
| XYZ | 35.94 | 25.39 | 96.77 | - |
| YUV | 139.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 254 | 0.42 | 0.55 | 0 | 0.00 | 254.14 | 0.99 | 0.72 |
| Hex | 93 | 72 | FE | 2A | 37 | 0 | 0 | FE | 63 | 48 |
| Octal | 223 | 162 | 376 | 52 | 67 | 0 | 0 | 376 | 143 | 110 |
| Binary | 10010011 | 1110010 | 11111110 | 101010 | 110111 | 0 | 0 | 11111110 | 1100011 | 1001000 |
Color Harmonies of #9372FE
Complementary color
Monochromatic Colors of #9372FE
Black with #9372FE
Text Example
Text Example
White with #9372FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372FE; }
p { color: rgb(147,114,254); }
H1.HeaderClassName
{
color: #9372FE;
}
.AnyTagClassName
{
color: #9372FE;
}
</style>
background-color css
<style>
a { background-color: #9372FE; }
a { background-color: rgb(147,114,254); }
div.DivClassName
{
background-color: #9372FE;
}
.BgClassName
{
background-color: #9372FE;
}
</style>
border-color css
<style>
span { border-color: #9372FE; }
span { border-color: rgb(147,114,254); }
td.TdClassName
{
border-color: #9372FE;
}
.TagClassName
{
border-color: #9372FE;
}
</style>