Shades of Light Slate Blue #7C75FF
Tints of Light Slate Blue #7C75FF
RGB
CMYK
RGB Variations
Color information
#7C75FF (or 0x7C75FF) is known color: Light Slate Blue. HEX triplet: 7C, 75 and FF. RGB value is (124,117,255). Sum of RGB (Red+Green+Blue) = 124+117+255=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C75FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75FF is #838A00. Grayscale: #868686. Windows color (decimal): -8620545 or 16741756. OLE color: 16741756.
HSL color Cylindrical-coordinate representation of color #7C75FF: hue angle of 243.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C75FF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 117 | 255 | - |
| CMYK | 0.51 | 0.54 | 0 | 0 |
| HSL | 243.04º | 1% | 0.73% | - |
| HSV(B) | 243.04º | 0.54% | 1% | - |
| XYZ | 32.72 | 24.23 | 97.56 | - |
| YUV | 134.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 255 | 0.51 | 0.54 | 0 | 0 | 243.04 | 1 | 0.73 |
| Hex | 7C | 75 | FF | 33 | 36 | 0 | 0 | F3 | 64 | 49 |
| Octal | 174 | 165 | 377 | 63 | 66 | 0 | 0 | 363 | 144 | 111 |
| Binary | 1111100 | 1110101 | 11111111 | 110011 | 110110 | 0 | 0 | 11110011 | 1100100 | 1001001 |
Color Harmonies of #7C75FF
Complementary color
Monochromatic Colors of #7C75FF
Black with #7C75FF
Text Example
Text Example
White with #7C75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C75FF; }
p { color: rgb(124,117,255); }
H1.HeaderClassName
{
color: #7C75FF;
}
.AnyTagClassName
{
color: #7C75FF;
}
</style>
background-color css
<style>
a { background-color: #7C75FF; }
a { background-color: rgb(124,117,255); }
div.DivClassName
{
background-color: #7C75FF;
}
.BgClassName
{
background-color: #7C75FF;
}
</style>
border-color css
<style>
span { border-color: #7C75FF; }
span { border-color: rgb(124,117,255); }
td.TdClassName
{
border-color: #7C75FF;
}
.TagClassName
{
border-color: #7C75FF;
}
</style>