Shades of Light Slate Blue #947AFB
Tints of Light Slate Blue #947AFB
RGB
CMYK
RGB Variations
Color information
#947AFB (or 0x947AFB) is known color: Light Slate Blue. HEX triplet: 94, 7A and FB. RGB value is (148,122,251). Sum of RGB (Red+Green+Blue) = 148+122+251=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #947AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947AFB is #6B8504. Grayscale: #8F8F8F. Windows color (decimal): -7046405 or 16480916. OLE color: 16480916.
HSL color Cylindrical-coordinate representation of color #947AFB: hue angle of 252.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947AFB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 122 | 251 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.02 |
| HSL | 252.09º | 0.94% | 0.73% | - |
| HSV(B) | 252.09º | 0.51% | 0.98% | - |
| XYZ | 36.58 | 27.18 | 94.58 | - |
| YUV | 144.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 251 | 0.41 | 0.51 | 0 | 0.02 | 252.09 | 0.94 | 0.73 |
| Hex | 94 | 7A | FB | 29 | 33 | 0 | 2 | FC | 5E | 49 |
| Octal | 224 | 172 | 373 | 51 | 63 | 0 | 2 | 374 | 136 | 111 |
| Binary | 10010100 | 1111010 | 11111011 | 101001 | 110011 | 0 | 10 | 11111100 | 1011110 | 1001001 |
Color Harmonies of #947AFB
Complementary color
Monochromatic Colors of #947AFB
Black with #947AFB
Text Example
Text Example
White with #947AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AFB; }
p { color: rgb(148,122,251); }
H1.HeaderClassName
{
color: #947AFB;
}
.AnyTagClassName
{
color: #947AFB;
}
</style>
background-color css
<style>
a { background-color: #947AFB; }
a { background-color: rgb(148,122,251); }
div.DivClassName
{
background-color: #947AFB;
}
.BgClassName
{
background-color: #947AFB;
}
</style>
border-color css
<style>
span { border-color: #947AFB; }
span { border-color: rgb(148,122,251); }
td.TdClassName
{
border-color: #947AFB;
}
.TagClassName
{
border-color: #947AFB;
}
</style>