Shades of Slate Blue #795ADC
Tints of Slate Blue #795ADC
RGB
CMYK
RGB Variations
Color information
#795ADC (or 0x795ADC) is known color: Slate Blue. HEX triplet: 79, 5A and DC. RGB value is (121,90,220). Sum of RGB (Red+Green+Blue) = 121+90+220=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #795ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ADC is #86A523. Grayscale: #717171. Windows color (decimal): -8824100 or 14441081. OLE color: 14441081.
HSL color Cylindrical-coordinate representation of color #795ADC: hue angle of 254.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795ADC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 90 | 220 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.14 |
| HSL | 254.31º | 0.65% | 0.61% | - |
| HSV(B) | 254.31º | 0.59% | 0.86% | - |
| XYZ | 24.46 | 16.54 | 69.61 | - |
| YUV | 114.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 220 | 0.45 | 0.59 | 0 | 0.14 | 254.31 | 0.65 | 0.61 |
| Hex | 79 | 5A | DC | 2D | 3B | 0 | E | FE | 41 | 3D |
| Octal | 171 | 132 | 334 | 55 | 73 | 0 | 16 | 376 | 101 | 75 |
| Binary | 1111001 | 1011010 | 11011100 | 101101 | 111011 | 0 | 1110 | 11111110 | 1000001 | 111101 |
Color Harmonies of #795ADC
Complementary color
Monochromatic Colors of #795ADC
Black with #795ADC
Text Example
Text Example
White with #795ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795ADC; }
p { color: rgb(121,90,220); }
H1.HeaderClassName
{
color: #795ADC;
}
.AnyTagClassName
{
color: #795ADC;
}
</style>
background-color css
<style>
a { background-color: #795ADC; }
a { background-color: rgb(121,90,220); }
div.DivClassName
{
background-color: #795ADC;
}
.BgClassName
{
background-color: #795ADC;
}
</style>
border-color css
<style>
span { border-color: #795ADC; }
span { border-color: rgb(121,90,220); }
td.TdClassName
{
border-color: #795ADC;
}
.TagClassName
{
border-color: #795ADC;
}
</style>