Shades of Slate Blue #795DCC
Tints of Slate Blue #795DCC
RGB
CMYK
RGB Variations
Color information
#795DCC (or 0x795DCC) is known color: Slate Blue. HEX triplet: 79, 5D and CC. RGB value is (121,93,204). Sum of RGB (Red+Green+Blue) = 121+93+204=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #795DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DCC is #86A233. Grayscale: #717171. Windows color (decimal): -8823348 or 13393273. OLE color: 13393273.
HSL color Cylindrical-coordinate representation of color #795DCC: hue angle of 255.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795DCC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 93 | 204 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.2 |
| HSL | 255.14º | 0.52% | 0.58% | - |
| HSV(B) | 255.14º | 0.54% | 0.8% | - |
| XYZ | 22.7 | 16.25 | 59.07 | - |
| YUV | 114.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 204 | 0.41 | 0.54 | 0 | 0.2 | 255.14 | 0.52 | 0.58 |
| Hex | 79 | 5D | CC | 29 | 36 | 0 | 14 | FF | 34 | 3A |
| Octal | 171 | 135 | 314 | 51 | 66 | 0 | 24 | 377 | 64 | 72 |
| Binary | 1111001 | 1011101 | 11001100 | 101001 | 110110 | 0 | 10100 | 11111111 | 110100 | 111010 |
Color Harmonies of #795DCC
Complementary color
Monochromatic Colors of #795DCC
Black with #795DCC
Text Example
Text Example
White with #795DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DCC; }
p { color: rgb(121,93,204); }
H1.HeaderClassName
{
color: #795DCC;
}
.AnyTagClassName
{
color: #795DCC;
}
</style>
background-color css
<style>
a { background-color: #795DCC; }
a { background-color: rgb(121,93,204); }
div.DivClassName
{
background-color: #795DCC;
}
.BgClassName
{
background-color: #795DCC;
}
</style>
border-color css
<style>
span { border-color: #795DCC; }
span { border-color: rgb(121,93,204); }
td.TdClassName
{
border-color: #795DCC;
}
.TagClassName
{
border-color: #795DCC;
}
</style>