Shades of Light Slate Blue #9475FF
Tints of Light Slate Blue #9475FF
RGB
CMYK
RGB Variations
Color information
#9475FF (or 0x9475FF) is known color: Light Slate Blue. HEX triplet: 94, 75 and FF. RGB value is (148,117,255). Sum of RGB (Red+Green+Blue) = 148+117+255=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #9475FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475FF is #6B8A00. Grayscale: #8D8D8D. Windows color (decimal): -7047681 or 16741780. OLE color: 16741780.
HSL color Cylindrical-coordinate representation of color #9475FF: hue angle of 253.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9475FF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 117 | 255 | - |
| CMYK | 0.42 | 0.54 | 0 | 0 |
| HSL | 253.48º | 1% | 0.73% | - |
| HSV(B) | 253.48º | 0.54% | 1% | - |
| XYZ | 36.62 | 26.24 | 97.74 | - |
| YUV | 142 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 255 | 0.42 | 0.54 | 0 | 0 | 253.48 | 1 | 0.73 |
| Hex | 94 | 75 | FF | 2A | 36 | 0 | 0 | FD | 64 | 49 |
| Octal | 224 | 165 | 377 | 52 | 66 | 0 | 0 | 375 | 144 | 111 |
| Binary | 10010100 | 1110101 | 11111111 | 101010 | 110110 | 0 | 0 | 11111101 | 1100100 | 1001001 |
Color Harmonies of #9475FF
Complementary color
Monochromatic Colors of #9475FF
Black with #9475FF
Text Example
Text Example
White with #9475FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475FF; }
p { color: rgb(148,117,255); }
H1.HeaderClassName
{
color: #9475FF;
}
.AnyTagClassName
{
color: #9475FF;
}
</style>
background-color css
<style>
a { background-color: #9475FF; }
a { background-color: rgb(148,117,255); }
div.DivClassName
{
background-color: #9475FF;
}
.BgClassName
{
background-color: #9475FF;
}
</style>
border-color css
<style>
span { border-color: #9475FF; }
span { border-color: rgb(148,117,255); }
td.TdClassName
{
border-color: #9475FF;
}
.TagClassName
{
border-color: #9475FF;
}
</style>