Shades of Light Slate Blue #9C7CFE
Tints of Light Slate Blue #9C7CFE
RGB
CMYK
RGB Variations
Color information
#9C7CFE (or 0x9C7CFE) is known color: Light Slate Blue. HEX triplet: 9C, 7C and FE. RGB value is (156,124,254). Sum of RGB (Red+Green+Blue) = 156+124+254=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CFE is #638301. Grayscale: #939393. Windows color (decimal): -6521602 or 16678044. OLE color: 16678044.
HSL color Cylindrical-coordinate representation of color #9C7CFE: hue angle of 254.77º 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 #9C7CFE is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 124 | 254 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.00 |
| HSL | 254.77º | 0.98% | 0.74% | - |
| HSV(B) | 254.77º | 0.51% | 1% | - |
| XYZ | 38.81 | 28.64 | 97.25 | - |
| YUV | 148.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 254 | 0.39 | 0.51 | 0 | 0.00 | 254.77 | 0.98 | 0.74 |
| Hex | 9C | 7C | FE | 27 | 33 | 0 | 0 | FF | 62 | 4A |
| Octal | 234 | 174 | 376 | 47 | 63 | 0 | 0 | 377 | 142 | 112 |
| Binary | 10011100 | 1111100 | 11111110 | 100111 | 110011 | 0 | 0 | 11111111 | 1100010 | 1001010 |
Color Harmonies of #9C7CFE
Complementary color
Monochromatic Colors of #9C7CFE
Black with #9C7CFE
Text Example
Text Example
White with #9C7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CFE; }
p { color: rgb(156,124,254); }
H1.HeaderClassName
{
color: #9C7CFE;
}
.AnyTagClassName
{
color: #9C7CFE;
}
</style>
background-color css
<style>
a { background-color: #9C7CFE; }
a { background-color: rgb(156,124,254); }
div.DivClassName
{
background-color: #9C7CFE;
}
.BgClassName
{
background-color: #9C7CFE;
}
</style>
border-color css
<style>
span { border-color: #9C7CFE; }
span { border-color: rgb(156,124,254); }
td.TdClassName
{
border-color: #9C7CFE;
}
.TagClassName
{
border-color: #9C7CFE;
}
</style>