Shades of Light Slate Blue #9475F7
Tints of Light Slate Blue #9475F7
RGB
CMYK
RGB Variations
Color information
#9475F7 (or 0x9475F7) is known color: Light Slate Blue. HEX triplet: 94, 75 and F7. RGB value is (148,117,247). Sum of RGB (Red+Green+Blue) = 148+117+247=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #9475F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475F7 is #6B8A08. Grayscale: #8C8C8C. Windows color (decimal): -7047689 or 16217492. OLE color: 16217492.
HSL color Cylindrical-coordinate representation of color #9475F7: hue angle of 254.31º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9475F7 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 117 | 247 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.03 |
| HSL | 254.31º | 0.89% | 0.71% | - |
| HSV(B) | 254.31º | 0.53% | 0.97% | - |
| XYZ | 35.36 | 25.73 | 91.1 | - |
| YUV | 141.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 247 | 0.40 | 0.53 | 0 | 0.03 | 254.31 | 0.89 | 0.71 |
| Hex | 94 | 75 | F7 | 28 | 35 | 0 | 3 | FE | 59 | 47 |
| Octal | 224 | 165 | 367 | 50 | 65 | 0 | 3 | 376 | 131 | 107 |
| Binary | 10010100 | 1110101 | 11110111 | 101000 | 110101 | 0 | 11 | 11111110 | 1011001 | 1000111 |
Color Harmonies of #9475F7
Complementary color
Monochromatic Colors of #9475F7
Black with #9475F7
Text Example
Text Example
White with #9475F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475F7; }
p { color: rgb(148,117,247); }
H1.HeaderClassName
{
color: #9475F7;
}
.AnyTagClassName
{
color: #9475F7;
}
</style>
background-color css
<style>
a { background-color: #9475F7; }
a { background-color: rgb(148,117,247); }
div.DivClassName
{
background-color: #9475F7;
}
.BgClassName
{
background-color: #9475F7;
}
</style>
border-color css
<style>
span { border-color: #9475F7; }
span { border-color: rgb(148,117,247); }
td.TdClassName
{
border-color: #9475F7;
}
.TagClassName
{
border-color: #9475F7;
}
</style>