Shades of Light Slate Blue #9472FF
Tints of Light Slate Blue #9472FF
RGB
CMYK
RGB Variations
Color information
#9472FF (or 0x9472FF) is known color: Light Slate Blue. HEX triplet: 94, 72 and FF. RGB value is (148,114,255). Sum of RGB (Red+Green+Blue) = 148+114+255=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9472FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472FF is #6B8D00. Grayscale: #8B8B8B. Windows color (decimal): -7048449 or 16741012. OLE color: 16741012.
HSL color Cylindrical-coordinate representation of color #9472FF: hue angle of 254.47º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9472FF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 114 | 255 | - |
| CMYK | 0.42 | 0.55 | 0 | 0 |
| HSL | 254.47º | 1% | 0.72% | - |
| HSV(B) | 254.47º | 0.55% | 1% | - |
| XYZ | 36.28 | 25.55 | 97.63 | - |
| YUV | 140.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 255 | 0.42 | 0.55 | 0 | 0 | 254.47 | 1 | 0.72 |
| Hex | 94 | 72 | FF | 2A | 37 | 0 | 0 | FE | 64 | 48 |
| Octal | 224 | 162 | 377 | 52 | 67 | 0 | 0 | 376 | 144 | 110 |
| Binary | 10010100 | 1110010 | 11111111 | 101010 | 110111 | 0 | 0 | 11111110 | 1100100 | 1001000 |
Color Harmonies of #9472FF
Complementary color
Monochromatic Colors of #9472FF
Black with #9472FF
Text Example
Text Example
White with #9472FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9472FF; }
p { color: rgb(148,114,255); }
H1.HeaderClassName
{
color: #9472FF;
}
.AnyTagClassName
{
color: #9472FF;
}
</style>
background-color css
<style>
a { background-color: #9472FF; }
a { background-color: rgb(148,114,255); }
div.DivClassName
{
background-color: #9472FF;
}
.BgClassName
{
background-color: #9472FF;
}
</style>
border-color css
<style>
span { border-color: #9472FF; }
span { border-color: rgb(148,114,255); }
td.TdClassName
{
border-color: #9472FF;
}
.TagClassName
{
border-color: #9472FF;
}
</style>