Shades of Light Slate Blue #947BF6
Tints of Light Slate Blue #947BF6
RGB
CMYK
RGB Variations
Color information
#947BF6 (or 0x947BF6) is known color: Light Slate Blue. HEX triplet: 94, 7B and F6. RGB value is (148,123,246). Sum of RGB (Red+Green+Blue) = 148+123+246=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #947BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BF6 is #6B8409. Grayscale: #909090. Windows color (decimal): -7046154 or 16153492. OLE color: 16153492.
HSL color Cylindrical-coordinate representation of color #947BF6: hue angle of 252.2º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947BF6 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 123 | 246 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.04 |
| HSL | 252.2º | 0.87% | 0.72% | - |
| HSV(B) | 252.2º | 0.5% | 0.96% | - |
| XYZ | 35.93 | 27.12 | 90.53 | - |
| YUV | 144.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 246 | 0.40 | 0.50 | 0 | 0.04 | 252.2 | 0.87 | 0.72 |
| Hex | 94 | 7B | F6 | 28 | 32 | 0 | 4 | FC | 57 | 48 |
| Octal | 224 | 173 | 366 | 50 | 62 | 0 | 4 | 374 | 127 | 110 |
| Binary | 10010100 | 1111011 | 11110110 | 101000 | 110010 | 0 | 100 | 11111100 | 1010111 | 1001000 |
Color Harmonies of #947BF6
Complementary color
Monochromatic Colors of #947BF6
Black with #947BF6
Text Example
Text Example
White with #947BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BF6; }
p { color: rgb(148,123,246); }
H1.HeaderClassName
{
color: #947BF6;
}
.AnyTagClassName
{
color: #947BF6;
}
</style>
background-color css
<style>
a { background-color: #947BF6; }
a { background-color: rgb(148,123,246); }
div.DivClassName
{
background-color: #947BF6;
}
.BgClassName
{
background-color: #947BF6;
}
</style>
border-color css
<style>
span { border-color: #947BF6; }
span { border-color: rgb(148,123,246); }
td.TdClassName
{
border-color: #947BF6;
}
.TagClassName
{
border-color: #947BF6;
}
</style>