Shades of Light Slate Blue #797BFB
Tints of Light Slate Blue #797BFB
RGB
CMYK
RGB Variations
Color information
#797BFB (or 0x797BFB) is known color: Light Slate Blue. HEX triplet: 79, 7B and FB. RGB value is (121,123,251). Sum of RGB (Red+Green+Blue) = 121+123+251=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #797BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BFB is #868404. Grayscale: #888888. Windows color (decimal): -8815621 or 16481145. OLE color: 16481145.
HSL color Cylindrical-coordinate representation of color #797BFB: hue angle of 239.08º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797BFB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 123 | 251 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.02 |
| HSL | 239.08º | 0.94% | 0.73% | - |
| HSV(B) | 239.08º | 0.52% | 0.98% | - |
| XYZ | 32.38 | 25.2 | 94.42 | - |
| YUV | 136.99 | 192.34 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 251 | 0.52 | 0.51 | 0 | 0.02 | 239.08 | 0.94 | 0.73 |
| Hex | 79 | 7B | FB | 34 | 33 | 0 | 2 | EF | 5E | 49 |
| Octal | 171 | 173 | 373 | 64 | 63 | 0 | 2 | 357 | 136 | 111 |
| Binary | 1111001 | 1111011 | 11111011 | 110100 | 110011 | 0 | 10 | 11101111 | 1011110 | 1001001 |
Color Harmonies of #797BFB
Complementary color
Monochromatic Colors of #797BFB
Black with #797BFB
Text Example
Text Example
White with #797BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BFB; }
p { color: rgb(121,123,251); }
H1.HeaderClassName
{
color: #797BFB;
}
.AnyTagClassName
{
color: #797BFB;
}
</style>
background-color css
<style>
a { background-color: #797BFB; }
a { background-color: rgb(121,123,251); }
div.DivClassName
{
background-color: #797BFB;
}
.BgClassName
{
background-color: #797BFB;
}
</style>
border-color css
<style>
span { border-color: #797BFB; }
span { border-color: rgb(121,123,251); }
td.TdClassName
{
border-color: #797BFB;
}
.TagClassName
{
border-color: #797BFB;
}
</style>