Shades of Slate Blue #795ADB
Tints of Slate Blue #795ADB
RGB
CMYK
RGB Variations
Color information
#795ADB (or 0x795ADB) is known color: Slate Blue. HEX triplet: 79, 5A and DB. RGB value is (121,90,219). Sum of RGB (Red+Green+Blue) = 121+90+219=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #795ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ADB is #86A524. Grayscale: #717171. Windows color (decimal): -8824101 or 14375545. OLE color: 14375545.
HSL color Cylindrical-coordinate representation of color #795ADB: hue angle of 254.42º degrees, saturation: 0.64, 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 #795ADB is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 90 | 219 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.14 |
| HSL | 254.42º | 0.64% | 0.61% | - |
| HSV(B) | 254.42º | 0.59% | 0.86% | - |
| XYZ | 24.33 | 16.49 | 68.92 | - |
| YUV | 113.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 219 | 0.45 | 0.59 | 0 | 0.14 | 254.42 | 0.64 | 0.61 |
| Hex | 79 | 5A | DB | 2D | 3B | 0 | E | FE | 40 | 3D |
| Octal | 171 | 132 | 333 | 55 | 73 | 0 | 16 | 376 | 100 | 75 |
| Binary | 1111001 | 1011010 | 11011011 | 101101 | 111011 | 0 | 1110 | 11111110 | 1000000 | 111101 |
Color Harmonies of #795ADB
Complementary color
Monochromatic Colors of #795ADB
Black with #795ADB
Text Example
Text Example
White with #795ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795ADB; }
p { color: rgb(121,90,219); }
H1.HeaderClassName
{
color: #795ADB;
}
.AnyTagClassName
{
color: #795ADB;
}
</style>
background-color css
<style>
a { background-color: #795ADB; }
a { background-color: rgb(121,90,219); }
div.DivClassName
{
background-color: #795ADB;
}
.BgClassName
{
background-color: #795ADB;
}
</style>
border-color css
<style>
span { border-color: #795ADB; }
span { border-color: rgb(121,90,219); }
td.TdClassName
{
border-color: #795ADB;
}
.TagClassName
{
border-color: #795ADB;
}
</style>