Shades of Light Slate Blue #9471FD
Tints of Light Slate Blue #9471FD
RGB
CMYK
RGB Variations
Color information
#9471FD (or 0x9471FD) is known color: Light Slate Blue. HEX triplet: 94, 71 and FD. RGB value is (148,113,253). Sum of RGB (Red+Green+Blue) = 148+113+253=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #9471FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471FD is #6B8E02. Grayscale: #8A8A8A. Windows color (decimal): -7048707 or 16609684. OLE color: 16609684.
HSL color Cylindrical-coordinate representation of color #9471FD: hue angle of 255º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9471FD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 113 | 253 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.72% | - |
| HSV(B) | 255º | 0.55% | 0.99% | - |
| XYZ | 35.85 | 25.2 | 95.9 | - |
| YUV | 139.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 253 | 0.42 | 0.55 | 0 | 0.01 | 255 | 0.97 | 0.72 |
| Hex | 94 | 71 | FD | 2A | 37 | 0 | 1 | FF | 61 | 48 |
| Octal | 224 | 161 | 375 | 52 | 67 | 0 | 1 | 377 | 141 | 110 |
| Binary | 10010100 | 1110001 | 11111101 | 101010 | 110111 | 0 | 1 | 11111111 | 1100001 | 1001000 |
Color Harmonies of #9471FD
Complementary color
Monochromatic Colors of #9471FD
Black with #9471FD
Text Example
Text Example
White with #9471FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471FD; }
p { color: rgb(148,113,253); }
H1.HeaderClassName
{
color: #9471FD;
}
.AnyTagClassName
{
color: #9471FD;
}
</style>
background-color css
<style>
a { background-color: #9471FD; }
a { background-color: rgb(148,113,253); }
div.DivClassName
{
background-color: #9471FD;
}
.BgClassName
{
background-color: #9471FD;
}
</style>
border-color css
<style>
span { border-color: #9471FD; }
span { border-color: rgb(148,113,253); }
td.TdClassName
{
border-color: #9471FD;
}
.TagClassName
{
border-color: #9471FD;
}
</style>