Shades of Light Slate Blue #947DFB
Tints of Light Slate Blue #947DFB
RGB
CMYK
RGB Variations
Color information
#947DFB (or 0x947DFB) is known color: Light Slate Blue. HEX triplet: 94, 7D and FB. RGB value is (148,125,251). Sum of RGB (Red+Green+Blue) = 148+125+251=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #947DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DFB is #6B8204. Grayscale: #919191. Windows color (decimal): -7045637 or 16481684. OLE color: 16481684.
HSL color Cylindrical-coordinate representation of color #947DFB: hue angle of 250.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947DFB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 125 | 251 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.02 |
| HSL | 250.95º | 0.94% | 0.74% | - |
| HSV(B) | 250.95º | 0.5% | 0.98% | - |
| XYZ | 36.96 | 27.93 | 94.71 | - |
| YUV | 146.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 251 | 0.41 | 0.50 | 0 | 0.02 | 250.95 | 0.94 | 0.74 |
| Hex | 94 | 7D | FB | 29 | 32 | 0 | 2 | FB | 5E | 4A |
| Octal | 224 | 175 | 373 | 51 | 62 | 0 | 2 | 373 | 136 | 112 |
| Binary | 10010100 | 1111101 | 11111011 | 101001 | 110010 | 0 | 10 | 11111011 | 1011110 | 1001010 |
Color Harmonies of #947DFB
Complementary color
Monochromatic Colors of #947DFB
Black with #947DFB
Text Example
Text Example
White with #947DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947DFB; }
p { color: rgb(148,125,251); }
H1.HeaderClassName
{
color: #947DFB;
}
.AnyTagClassName
{
color: #947DFB;
}
</style>
background-color css
<style>
a { background-color: #947DFB; }
a { background-color: rgb(148,125,251); }
div.DivClassName
{
background-color: #947DFB;
}
.BgClassName
{
background-color: #947DFB;
}
</style>
border-color css
<style>
span { border-color: #947DFB; }
span { border-color: rgb(148,125,251); }
td.TdClassName
{
border-color: #947DFB;
}
.TagClassName
{
border-color: #947DFB;
}
</style>