Shades of Light Slate Blue #9478FF
Tints of Light Slate Blue #9478FF
RGB
CMYK
RGB Variations
Color information
#9478FF (or 0x9478FF) is known color: Light Slate Blue. HEX triplet: 94, 78 and FF. RGB value is (148,120,255). Sum of RGB (Red+Green+Blue) = 148+120+255=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #9478FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9478FF is #6B8700. Grayscale: #8F8F8F. Windows color (decimal): -7046913 or 16742548. OLE color: 16742548.
HSL color Cylindrical-coordinate representation of color #9478FF: hue angle of 252.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9478FF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 120 | 255 | - |
| CMYK | 0.42 | 0.53 | 0 | 0 |
| HSL | 252.44º | 1% | 0.74% | - |
| HSV(B) | 252.44º | 0.53% | 1% | - |
| XYZ | 36.98 | 26.95 | 97.86 | - |
| YUV | 143.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 255 | 0.42 | 0.53 | 0 | 0 | 252.44 | 1 | 0.74 |
| Hex | 94 | 78 | FF | 2A | 35 | 0 | 0 | FC | 64 | 4A |
| Octal | 224 | 170 | 377 | 52 | 65 | 0 | 0 | 374 | 144 | 112 |
| Binary | 10010100 | 1111000 | 11111111 | 101010 | 110101 | 0 | 0 | 11111100 | 1100100 | 1001010 |
Color Harmonies of #9478FF
Complementary color
Monochromatic Colors of #9478FF
Black with #9478FF
Text Example
Text Example
White with #9478FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478FF; }
p { color: rgb(148,120,255); }
H1.HeaderClassName
{
color: #9478FF;
}
.AnyTagClassName
{
color: #9478FF;
}
</style>
background-color css
<style>
a { background-color: #9478FF; }
a { background-color: rgb(148,120,255); }
div.DivClassName
{
background-color: #9478FF;
}
.BgClassName
{
background-color: #9478FF;
}
</style>
border-color css
<style>
span { border-color: #9478FF; }
span { border-color: rgb(148,120,255); }
td.TdClassName
{
border-color: #9478FF;
}
.TagClassName
{
border-color: #9478FF;
}
</style>