Shades of Light Slate Blue #9376F2
Tints of Light Slate Blue #9376F2
RGB
CMYK
RGB Variations
Color information
#9376F2 (or 0x9376F2) is known color: Light Slate Blue. HEX triplet: 93, 76 and F2. RGB value is (147,118,242). Sum of RGB (Red+Green+Blue) = 147+118+242=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #9376F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9376F2 is #6C890D. Grayscale: #8C8C8C. Windows color (decimal): -7112974 or 15890067. OLE color: 15890067.
HSL color Cylindrical-coordinate representation of color #9376F2: hue angle of 254.03º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9376F2 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 118 | 242 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.05 |
| HSL | 254.03º | 0.83% | 0.71% | - |
| HSV(B) | 254.03º | 0.51% | 0.95% | - |
| XYZ | 34.54 | 25.57 | 87.12 | - |
| YUV | 140.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 242 | 0.39 | 0.51 | 0 | 0.05 | 254.03 | 0.83 | 0.71 |
| Hex | 93 | 76 | F2 | 27 | 33 | 0 | 5 | FE | 53 | 47 |
| Octal | 223 | 166 | 362 | 47 | 63 | 0 | 5 | 376 | 123 | 107 |
| Binary | 10010011 | 1110110 | 11110010 | 100111 | 110011 | 0 | 101 | 11111110 | 1010011 | 1000111 |
Color Harmonies of #9376F2
Complementary color
Monochromatic Colors of #9376F2
Black with #9376F2
Text Example
Text Example
White with #9376F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376F2; }
p { color: rgb(147,118,242); }
H1.HeaderClassName
{
color: #9376F2;
}
.AnyTagClassName
{
color: #9376F2;
}
</style>
background-color css
<style>
a { background-color: #9376F2; }
a { background-color: rgb(147,118,242); }
div.DivClassName
{
background-color: #9376F2;
}
.BgClassName
{
background-color: #9376F2;
}
</style>
border-color css
<style>
span { border-color: #9376F2; }
span { border-color: rgb(147,118,242); }
td.TdClassName
{
border-color: #9376F2;
}
.TagClassName
{
border-color: #9376F2;
}
</style>