Shades of Light Slate Blue #797FFF
Tints of Light Slate Blue #797FFF
RGB
CMYK
RGB Variations
Color information
#797FFF (or 0x797FFF) is known color: Light Slate Blue. HEX triplet: 79, 7F and FF. RGB value is (121,127,255). Sum of RGB (Red+Green+Blue) = 121+127+255=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 127 (50% from 255 or 25.25% 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 #797FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FFF is #868000. Grayscale: #8B8B8B. Windows color (decimal): -8814593 or 16744313. OLE color: 16744313.
HSL color Cylindrical-coordinate representation of color #797FFF: hue angle of 237.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #797FFF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 127 | 255 | - |
| CMYK | 0.53 | 0.50 | 0 | 0 |
| HSL | 237.31º | 1% | 0.74% | - |
| HSV(B) | 237.31º | 0.53% | 1% | - |
| XYZ | 33.52 | 26.46 | 97.95 | - |
| YUV | 139.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 255 | 0.53 | 0.50 | 0 | 0 | 237.31 | 1 | 0.74 |
| Hex | 79 | 7F | FF | 35 | 32 | 0 | 0 | ED | 64 | 4A |
| Octal | 171 | 177 | 377 | 65 | 62 | 0 | 0 | 355 | 144 | 112 |
| Binary | 1111001 | 1111111 | 11111111 | 110101 | 110010 | 0 | 0 | 11101101 | 1100100 | 1001010 |
Color Harmonies of #797FFF
Complementary color
Monochromatic Colors of #797FFF
Black with #797FFF
Text Example
Text Example
White with #797FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797FFF; }
p { color: rgb(121,127,255); }
H1.HeaderClassName
{
color: #797FFF;
}
.AnyTagClassName
{
color: #797FFF;
}
</style>
background-color css
<style>
a { background-color: #797FFF; }
a { background-color: rgb(121,127,255); }
div.DivClassName
{
background-color: #797FFF;
}
.BgClassName
{
background-color: #797FFF;
}
</style>
border-color css
<style>
span { border-color: #797FFF; }
span { border-color: rgb(121,127,255); }
td.TdClassName
{
border-color: #797FFF;
}
.TagClassName
{
border-color: #797FFF;
}
</style>