Shades of Light Slate Blue #9C7EFC
Tints of Light Slate Blue #9C7EFC
RGB
CMYK
RGB Variations
Color information
#9C7EFC (or 0x9C7EFC) is known color: Light Slate Blue. HEX triplet: 9C, 7E and FC. RGB value is (156,126,252). Sum of RGB (Red+Green+Blue) = 156+126+252=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7EFC is #638103. Grayscale: #949494. Windows color (decimal): -6521092 or 16547484. OLE color: 16547484.
HSL color Cylindrical-coordinate representation of color #9C7EFC: hue angle of 254.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7EFC is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 126 | 252 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.01 |
| HSL | 254.29º | 0.95% | 0.74% | - |
| HSV(B) | 254.29º | 0.5% | 0.99% | - |
| XYZ | 38.74 | 29.02 | 95.65 | - |
| YUV | 149.33 | 185.94 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 252 | 0.38 | 0.5 | 0 | 0.01 | 254.29 | 0.95 | 0.74 |
| Hex | 9C | 7E | FC | 26 | 32 | 0 | 1 | FE | 5F | 4A |
| Octal | 234 | 176 | 374 | 46 | 62 | 0 | 1 | 376 | 137 | 112 |
| Binary | 10011100 | 1111110 | 11111100 | 100110 | 110010 | 0 | 1 | 11111110 | 1011111 | 1001010 |
Color Harmonies of #9C7EFC
Complementary color
Monochromatic Colors of #9C7EFC
Black with #9C7EFC
Text Example
Text Example
White with #9C7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EFC; }
p { color: rgb(156,126,252); }
H1.HeaderClassName
{
color: #9C7EFC;
}
.AnyTagClassName
{
color: #9C7EFC;
}
</style>
background-color css
<style>
a { background-color: #9C7EFC; }
a { background-color: rgb(156,126,252); }
div.DivClassName
{
background-color: #9C7EFC;
}
.BgClassName
{
background-color: #9C7EFC;
}
</style>
border-color css
<style>
span { border-color: #9C7EFC; }
span { border-color: rgb(156,126,252); }
td.TdClassName
{
border-color: #9C7EFC;
}
.TagClassName
{
border-color: #9C7EFC;
}
</style>