Shades of Slate Blue #795FCD
Tints of Slate Blue #795FCD
RGB
CMYK
RGB Variations
Color information
#795FCD (or 0x795FCD) is known color: Slate Blue. HEX triplet: 79, 5F and CD. RGB value is (121,95,205). Sum of RGB (Red+Green+Blue) = 121+95+205=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #795FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FCD is #86A032. Grayscale: #727272. Windows color (decimal): -8822835 or 13459321. OLE color: 13459321.
HSL color Cylindrical-coordinate representation of color #795FCD: hue angle of 254.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795FCD is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 95 | 205 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.20 |
| HSL | 254.18º | 0.52% | 0.59% | - |
| HSV(B) | 254.18º | 0.54% | 0.8% | - |
| XYZ | 23 | 16.66 | 59.76 | - |
| YUV | 115.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 205 | 0.41 | 0.54 | 0 | 0.20 | 254.18 | 0.52 | 0.59 |
| Hex | 79 | 5F | CD | 29 | 36 | 0 | 14 | FE | 34 | 3B |
| Octal | 171 | 137 | 315 | 51 | 66 | 0 | 24 | 376 | 64 | 73 |
| Binary | 1111001 | 1011111 | 11001101 | 101001 | 110110 | 0 | 10100 | 11111110 | 110100 | 111011 |
Color Harmonies of #795FCD
Complementary color
Monochromatic Colors of #795FCD
Black with #795FCD
Text Example
Text Example
White with #795FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795FCD; }
p { color: rgb(121,95,205); }
H1.HeaderClassName
{
color: #795FCD;
}
.AnyTagClassName
{
color: #795FCD;
}
</style>
background-color css
<style>
a { background-color: #795FCD; }
a { background-color: rgb(121,95,205); }
div.DivClassName
{
background-color: #795FCD;
}
.BgClassName
{
background-color: #795FCD;
}
</style>
border-color css
<style>
span { border-color: #795FCD; }
span { border-color: rgb(121,95,205); }
td.TdClassName
{
border-color: #795FCD;
}
.TagClassName
{
border-color: #795FCD;
}
</style>