Shades of Light Slate Blue #7C69FA
Tints of Light Slate Blue #7C69FA
RGB
CMYK
RGB Variations
Color information
#7C69FA (or 0x7C69FA) is known color: Light Slate Blue. HEX triplet: 7C, 69 and FA. RGB value is (124,105,250). Sum of RGB (Red+Green+Blue) = 124+105+250=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C69FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C69FA is #839605. Grayscale: #7E7E7E. Windows color (decimal): -8623622 or 16411004. OLE color: 16411004.
HSL color Cylindrical-coordinate representation of color #7C69FA: hue angle of 247.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C69FA is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 105 | 250 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.02 |
| HSL | 247.86º | 0.94% | 0.7% | - |
| HSV(B) | 247.86º | 0.58% | 0.98% | - |
| XYZ | 30.62 | 21.29 | 92.94 | - |
| YUV | 127.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 250 | 0.50 | 0.58 | 0 | 0.02 | 247.86 | 0.94 | 0.7 |
| Hex | 7C | 69 | FA | 32 | 3A | 0 | 2 | F8 | 5E | 46 |
| Octal | 174 | 151 | 372 | 62 | 72 | 0 | 2 | 370 | 136 | 106 |
| Binary | 1111100 | 1101001 | 11111010 | 110010 | 111010 | 0 | 10 | 11111000 | 1011110 | 1000110 |
Color Harmonies of #7C69FA
Complementary color
Monochromatic Colors of #7C69FA
Black with #7C69FA
Text Example
Text Example
White with #7C69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C69FA; }
p { color: rgb(124,105,250); }
H1.HeaderClassName
{
color: #7C69FA;
}
.AnyTagClassName
{
color: #7C69FA;
}
</style>
background-color css
<style>
a { background-color: #7C69FA; }
a { background-color: rgb(124,105,250); }
div.DivClassName
{
background-color: #7C69FA;
}
.BgClassName
{
background-color: #7C69FA;
}
</style>
border-color css
<style>
span { border-color: #7C69FA; }
span { border-color: rgb(124,105,250); }
td.TdClassName
{
border-color: #7C69FA;
}
.TagClassName
{
border-color: #7C69FA;
}
</style>