Shades of Light Slate Blue #797FFC
Tints of Light Slate Blue #797FFC
RGB
CMYK
RGB Variations
Color information
#797FFC (or 0x797FFC) is known color: Light Slate Blue. HEX triplet: 79, 7F and FC. RGB value is (121,127,252). Sum of RGB (Red+Green+Blue) = 121+127+252=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #797FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FFC is #868003. Grayscale: #8A8A8A. Windows color (decimal): -8814596 or 16547705. OLE color: 16547705.
HSL color Cylindrical-coordinate representation of color #797FFC: hue angle of 237.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797FFC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 127 | 252 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.01 |
| HSL | 237.25º | 0.96% | 0.73% | - |
| HSV(B) | 237.25º | 0.52% | 0.99% | - |
| XYZ | 33.05 | 26.27 | 95.42 | - |
| YUV | 139.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 252 | 0.52 | 0.50 | 0 | 0.01 | 237.25 | 0.96 | 0.73 |
| Hex | 79 | 7F | FC | 34 | 32 | 0 | 1 | ED | 60 | 49 |
| Octal | 171 | 177 | 374 | 64 | 62 | 0 | 1 | 355 | 140 | 111 |
| Binary | 1111001 | 1111111 | 11111100 | 110100 | 110010 | 0 | 1 | 11101101 | 1100000 | 1001001 |
Color Harmonies of #797FFC
Complementary color
Monochromatic Colors of #797FFC
Black with #797FFC
Text Example
Text Example
White with #797FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797FFC; }
p { color: rgb(121,127,252); }
H1.HeaderClassName
{
color: #797FFC;
}
.AnyTagClassName
{
color: #797FFC;
}
</style>
background-color css
<style>
a { background-color: #797FFC; }
a { background-color: rgb(121,127,252); }
div.DivClassName
{
background-color: #797FFC;
}
.BgClassName
{
background-color: #797FFC;
}
</style>
border-color css
<style>
span { border-color: #797FFC; }
span { border-color: rgb(121,127,252); }
td.TdClassName
{
border-color: #797FFC;
}
.TagClassName
{
border-color: #797FFC;
}
</style>