Shades of Light Slate Blue #7C7CFF
Tints of Light Slate Blue #7C7CFF
RGB
CMYK
RGB Variations
Color information
#7C7CFF (or 0x7C7CFF) is known color: Light Slate Blue. HEX triplet: 7C, 7C and FF. RGB value is (124,124,255). Sum of RGB (Red+Green+Blue) = 124+124+255=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7CFF is #838300. Grayscale: #8A8A8A. Windows color (decimal): -8618753 or 16743548. OLE color: 16743548.
HSL color Cylindrical-coordinate representation of color #7C7CFF: hue angle of 240º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C7CFF is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 124 | 255 | - |
| CMYK | 0.51 | 0.51 | 0 | 0 |
| HSL | 240º | 1% | 0.74% | - |
| HSV(B) | 240º | 0.51% | 1% | - |
| XYZ | 33.57 | 25.92 | 97.84 | - |
| YUV | 138.93 | 193.5 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 124 | 255 | 0.51 | 0.51 | 0 | 0 | 240 | 1 | 0.74 |
| Hex | 7C | 7C | FF | 33 | 33 | 0 | 0 | F0 | 64 | 4A |
| Octal | 174 | 174 | 377 | 63 | 63 | 0 | 0 | 360 | 144 | 112 |
| Binary | 1111100 | 1111100 | 11111111 | 110011 | 110011 | 0 | 0 | 11110000 | 1100100 | 1001010 |
Color Harmonies of #7C7CFF
Complementary color
Monochromatic Colors of #7C7CFF
Black with #7C7CFF
Text Example
Text Example
White with #7C7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7CFF; }
p { color: rgb(124,124,255); }
H1.HeaderClassName
{
color: #7C7CFF;
}
.AnyTagClassName
{
color: #7C7CFF;
}
</style>
background-color css
<style>
a { background-color: #7C7CFF; }
a { background-color: rgb(124,124,255); }
div.DivClassName
{
background-color: #7C7CFF;
}
.BgClassName
{
background-color: #7C7CFF;
}
</style>
border-color css
<style>
span { border-color: #7C7CFF; }
span { border-color: rgb(124,124,255); }
td.TdClassName
{
border-color: #7C7CFF;
}
.TagClassName
{
border-color: #7C7CFF;
}
</style>