Shades of Light Slate Blue #947BFD
Tints of Light Slate Blue #947BFD
RGB
CMYK
RGB Variations
Color information
#947BFD (or 0x947BFD) is known color: Light Slate Blue. HEX triplet: 94, 7B and FD. RGB value is (148,123,253). Sum of RGB (Red+Green+Blue) = 148+123+253=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #947BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BFD is #6B8402. Grayscale: #909090. Windows color (decimal): -7046147 or 16612244. OLE color: 16612244.
HSL color Cylindrical-coordinate representation of color #947BFD: hue angle of 251.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947BFD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 123 | 253 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.01 |
| HSL | 251.54º | 0.97% | 0.74% | - |
| HSV(B) | 251.54º | 0.51% | 0.99% | - |
| XYZ | 37.03 | 27.55 | 96.3 | - |
| YUV | 145.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 253 | 0.42 | 0.51 | 0 | 0.01 | 251.54 | 0.97 | 0.74 |
| Hex | 94 | 7B | FD | 2A | 33 | 0 | 1 | FC | 61 | 4A |
| Octal | 224 | 173 | 375 | 52 | 63 | 0 | 1 | 374 | 141 | 112 |
| Binary | 10010100 | 1111011 | 11111101 | 101010 | 110011 | 0 | 1 | 11111100 | 1100001 | 1001010 |
Color Harmonies of #947BFD
Complementary color
Monochromatic Colors of #947BFD
Black with #947BFD
Text Example
Text Example
White with #947BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BFD; }
p { color: rgb(148,123,253); }
H1.HeaderClassName
{
color: #947BFD;
}
.AnyTagClassName
{
color: #947BFD;
}
</style>
background-color css
<style>
a { background-color: #947BFD; }
a { background-color: rgb(148,123,253); }
div.DivClassName
{
background-color: #947BFD;
}
.BgClassName
{
background-color: #947BFD;
}
</style>
border-color css
<style>
span { border-color: #947BFD; }
span { border-color: rgb(148,123,253); }
td.TdClassName
{
border-color: #947BFD;
}
.TagClassName
{
border-color: #947BFD;
}
</style>