Shades of Slate Blue #795ADD
Tints of Slate Blue #795ADD
RGB
CMYK
RGB Variations
Color information
#795ADD (or 0x795ADD) is known color: Slate Blue. HEX triplet: 79, 5A and DD. RGB value is (121,90,221). Sum of RGB (Red+Green+Blue) = 121+90+221=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #795ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ADD is #86A522. Grayscale: #717171. Windows color (decimal): -8824099 or 14506617. OLE color: 14506617.
HSL color Cylindrical-coordinate representation of color #795ADD: hue angle of 254.2º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795ADD is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 90 | 221 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.13 |
| HSL | 254.2º | 0.66% | 0.61% | - |
| HSV(B) | 254.2º | 0.59% | 0.87% | - |
| XYZ | 24.59 | 16.6 | 70.31 | - |
| YUV | 114.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 221 | 0.45 | 0.59 | 0 | 0.13 | 254.2 | 0.66 | 0.61 |
| Hex | 79 | 5A | DD | 2D | 3B | 0 | D | FE | 42 | 3D |
| Octal | 171 | 132 | 335 | 55 | 73 | 0 | 15 | 376 | 102 | 75 |
| Binary | 1111001 | 1011010 | 11011101 | 101101 | 111011 | 0 | 1101 | 11111110 | 1000010 | 111101 |
Color Harmonies of #795ADD
Complementary color
Monochromatic Colors of #795ADD
Black with #795ADD
Text Example
Text Example
White with #795ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795ADD; }
p { color: rgb(121,90,221); }
H1.HeaderClassName
{
color: #795ADD;
}
.AnyTagClassName
{
color: #795ADD;
}
</style>
background-color css
<style>
a { background-color: #795ADD; }
a { background-color: rgb(121,90,221); }
div.DivClassName
{
background-color: #795ADD;
}
.BgClassName
{
background-color: #795ADD;
}
</style>
border-color css
<style>
span { border-color: #795ADD; }
span { border-color: rgb(121,90,221); }
td.TdClassName
{
border-color: #795ADD;
}
.TagClassName
{
border-color: #795ADD;
}
</style>