Shades of Light Slate Blue #947AF8
Tints of Light Slate Blue #947AF8
RGB
CMYK
RGB Variations
Color information
#947AF8 (or 0x947AF8) is known color: Light Slate Blue. HEX triplet: 94, 7A and F8. RGB value is (148,122,248). Sum of RGB (Red+Green+Blue) = 148+122+248=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #947AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947AF8 is #6B8507. Grayscale: #8F8F8F. Windows color (decimal): -7046408 or 16284308. OLE color: 16284308.
HSL color Cylindrical-coordinate representation of color #947AF8: hue angle of 252.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947AF8 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 122 | 248 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.03 |
| HSL | 252.38º | 0.9% | 0.73% | - |
| HSV(B) | 252.38º | 0.51% | 0.97% | - |
| XYZ | 36.12 | 26.99 | 92.11 | - |
| YUV | 144.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 248 | 0.40 | 0.51 | 0 | 0.03 | 252.38 | 0.9 | 0.73 |
| Hex | 94 | 7A | F8 | 28 | 33 | 0 | 3 | FC | 5A | 49 |
| Octal | 224 | 172 | 370 | 50 | 63 | 0 | 3 | 374 | 132 | 111 |
| Binary | 10010100 | 1111010 | 11111000 | 101000 | 110011 | 0 | 11 | 11111100 | 1011010 | 1001001 |
Color Harmonies of #947AF8
Complementary color
Monochromatic Colors of #947AF8
Black with #947AF8
Text Example
Text Example
White with #947AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AF8; }
p { color: rgb(148,122,248); }
H1.HeaderClassName
{
color: #947AF8;
}
.AnyTagClassName
{
color: #947AF8;
}
</style>
background-color css
<style>
a { background-color: #947AF8; }
a { background-color: rgb(148,122,248); }
div.DivClassName
{
background-color: #947AF8;
}
.BgClassName
{
background-color: #947AF8;
}
</style>
border-color css
<style>
span { border-color: #947AF8; }
span { border-color: rgb(148,122,248); }
td.TdClassName
{
border-color: #947AF8;
}
.TagClassName
{
border-color: #947AF8;
}
</style>