Shades of Light Slate Blue #947BF9
Tints of Light Slate Blue #947BF9
RGB
CMYK
RGB Variations
Color information
#947BF9 (or 0x947BF9) is known color: Light Slate Blue. HEX triplet: 94, 7B and F9. RGB value is (148,123,249). Sum of RGB (Red+Green+Blue) = 148+123+249=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #947BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BF9 is #6B8406. Grayscale: #909090. Windows color (decimal): -7046151 or 16350100. OLE color: 16350100.
HSL color Cylindrical-coordinate representation of color #947BF9: hue angle of 251.9º degrees, saturation: 0.91, 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 #947BF9 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 123 | 249 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.02 |
| HSL | 251.9º | 0.91% | 0.73% | - |
| HSV(B) | 251.9º | 0.51% | 0.98% | - |
| XYZ | 36.39 | 27.3 | 92.97 | - |
| YUV | 144.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 249 | 0.41 | 0.51 | 0 | 0.02 | 251.9 | 0.91 | 0.73 |
| Hex | 94 | 7B | F9 | 29 | 33 | 0 | 2 | FC | 5B | 49 |
| Octal | 224 | 173 | 371 | 51 | 63 | 0 | 2 | 374 | 133 | 111 |
| Binary | 10010100 | 1111011 | 11111001 | 101001 | 110011 | 0 | 10 | 11111100 | 1011011 | 1001001 |
Color Harmonies of #947BF9
Complementary color
Monochromatic Colors of #947BF9
Black with #947BF9
Text Example
Text Example
White with #947BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BF9; }
p { color: rgb(148,123,249); }
H1.HeaderClassName
{
color: #947BF9;
}
.AnyTagClassName
{
color: #947BF9;
}
</style>
background-color css
<style>
a { background-color: #947BF9; }
a { background-color: rgb(148,123,249); }
div.DivClassName
{
background-color: #947BF9;
}
.BgClassName
{
background-color: #947BF9;
}
</style>
border-color css
<style>
span { border-color: #947BF9; }
span { border-color: rgb(148,123,249); }
td.TdClassName
{
border-color: #947BF9;
}
.TagClassName
{
border-color: #947BF9;
}
</style>