Shades of Light Slate Blue #9473F4
Tints of Light Slate Blue #9473F4
RGB
CMYK
RGB Variations
Color information
#9473F4 (or 0x9473F4) is known color: Light Slate Blue. HEX triplet: 94, 73 and F4. RGB value is (148,115,244). Sum of RGB (Red+Green+Blue) = 148+115+244=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #9473F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9473F4 is #6B8C0B. Grayscale: #8B8B8B. Windows color (decimal): -7048204 or 16020372. OLE color: 16020372.
HSL color Cylindrical-coordinate representation of color #9473F4: hue angle of 255.35º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9473F4 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 115 | 244 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.04 |
| HSL | 255.35º | 0.85% | 0.7% | - |
| HSV(B) | 255.35º | 0.53% | 0.96% | - |
| XYZ | 34.67 | 25.09 | 88.6 | - |
| YUV | 139.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 244 | 0.39 | 0.53 | 0 | 0.04 | 255.35 | 0.85 | 0.7 |
| Hex | 94 | 73 | F4 | 27 | 35 | 0 | 4 | FF | 55 | 46 |
| Octal | 224 | 163 | 364 | 47 | 65 | 0 | 4 | 377 | 125 | 106 |
| Binary | 10010100 | 1110011 | 11110100 | 100111 | 110101 | 0 | 100 | 11111111 | 1010101 | 1000110 |
Color Harmonies of #9473F4
Complementary color
Monochromatic Colors of #9473F4
Black with #9473F4
Text Example
Text Example
White with #9473F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473F4; }
p { color: rgb(148,115,244); }
H1.HeaderClassName
{
color: #9473F4;
}
.AnyTagClassName
{
color: #9473F4;
}
</style>
background-color css
<style>
a { background-color: #9473F4; }
a { background-color: rgb(148,115,244); }
div.DivClassName
{
background-color: #9473F4;
}
.BgClassName
{
background-color: #9473F4;
}
</style>
border-color css
<style>
span { border-color: #9473F4; }
span { border-color: rgb(148,115,244); }
td.TdClassName
{
border-color: #9473F4;
}
.TagClassName
{
border-color: #9473F4;
}
</style>