Shades of Light Slate Blue #7975FF
Tints of Light Slate Blue #7975FF
RGB
CMYK
RGB Variations
Color information
#7975FF (or 0x7975FF) is known color: Light Slate Blue. HEX triplet: 79, 75 and FF. RGB value is (121,117,255). Sum of RGB (Red+Green+Blue) = 121+117+255=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #7975FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7975FF is #868A00. Grayscale: #858585. Windows color (decimal): -8817153 or 16741753. OLE color: 16741753.
HSL color Cylindrical-coordinate representation of color #7975FF: hue angle of 241.74º 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 #7975FF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 117 | 255 | - |
| CMYK | 0.53 | 0.54 | 0 | 0 |
| HSL | 241.74º | 1% | 0.73% | - |
| HSV(B) | 241.74º | 0.54% | 1% | - |
| XYZ | 32.3 | 24.01 | 97.54 | - |
| YUV | 133.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 255 | 0.53 | 0.54 | 0 | 0 | 241.74 | 1 | 0.73 |
| Hex | 79 | 75 | FF | 35 | 36 | 0 | 0 | F2 | 64 | 49 |
| Octal | 171 | 165 | 377 | 65 | 66 | 0 | 0 | 362 | 144 | 111 |
| Binary | 1111001 | 1110101 | 11111111 | 110101 | 110110 | 0 | 0 | 11110010 | 1100100 | 1001001 |
Color Harmonies of #7975FF
Complementary color
Monochromatic Colors of #7975FF
Black with #7975FF
Text Example
Text Example
White with #7975FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7975FF; }
p { color: rgb(121,117,255); }
H1.HeaderClassName
{
color: #7975FF;
}
.AnyTagClassName
{
color: #7975FF;
}
</style>
background-color css
<style>
a { background-color: #7975FF; }
a { background-color: rgb(121,117,255); }
div.DivClassName
{
background-color: #7975FF;
}
.BgClassName
{
background-color: #7975FF;
}
</style>
border-color css
<style>
span { border-color: #7975FF; }
span { border-color: rgb(121,117,255); }
td.TdClassName
{
border-color: #7975FF;
}
.TagClassName
{
border-color: #7975FF;
}
</style>