Shades of Light Slate Blue #947CFE
Tints of Light Slate Blue #947CFE
RGB
CMYK
RGB Variations
Color information
#947CFE (or 0x947CFE) is known color: Light Slate Blue. HEX triplet: 94, 7C and FE. RGB value is (148,124,254). Sum of RGB (Red+Green+Blue) = 148+124+254=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #947CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CFE is #6B8301. Grayscale: #919191. Windows color (decimal): -7045890 or 16678036. OLE color: 16678036.
HSL color Cylindrical-coordinate representation of color #947CFE: hue angle of 251.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947CFE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 124 | 254 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.00 |
| HSL | 251.08º | 0.98% | 0.74% | - |
| HSV(B) | 251.08º | 0.51% | 1% | - |
| XYZ | 37.31 | 27.87 | 97.18 | - |
| YUV | 146 | 188.95 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 254 | 0.42 | 0.51 | 0 | 0.00 | 251.08 | 0.98 | 0.74 |
| Hex | 94 | 7C | FE | 2A | 33 | 0 | 0 | FB | 62 | 4A |
| Octal | 224 | 174 | 376 | 52 | 63 | 0 | 0 | 373 | 142 | 112 |
| Binary | 10010100 | 1111100 | 11111110 | 101010 | 110011 | 0 | 0 | 11111011 | 1100010 | 1001010 |
Color Harmonies of #947CFE
Complementary color
Monochromatic Colors of #947CFE
Black with #947CFE
Text Example
Text Example
White with #947CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CFE; }
p { color: rgb(148,124,254); }
H1.HeaderClassName
{
color: #947CFE;
}
.AnyTagClassName
{
color: #947CFE;
}
</style>
background-color css
<style>
a { background-color: #947CFE; }
a { background-color: rgb(148,124,254); }
div.DivClassName
{
background-color: #947CFE;
}
.BgClassName
{
background-color: #947CFE;
}
</style>
border-color css
<style>
span { border-color: #947CFE; }
span { border-color: rgb(148,124,254); }
td.TdClassName
{
border-color: #947CFE;
}
.TagClassName
{
border-color: #947CFE;
}
</style>