Shades of Slate Blue #795FCC
Tints of Slate Blue #795FCC
RGB
CMYK
RGB Variations
Color information
#795FCC (or 0x795FCC) is known color: Slate Blue. HEX triplet: 79, 5F and CC. RGB value is (121,95,204). Sum of RGB (Red+Green+Blue) = 121+95+204=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #795FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FCC is #86A033. Grayscale: #727272. Windows color (decimal): -8822836 or 13393785. OLE color: 13393785.
HSL color Cylindrical-coordinate representation of color #795FCC: hue angle of 254.31º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795FCC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 95 | 204 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.2 |
| HSL | 254.31º | 0.52% | 0.59% | - |
| HSV(B) | 254.31º | 0.53% | 0.8% | - |
| XYZ | 22.88 | 16.61 | 59.13 | - |
| YUV | 115.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 204 | 0.41 | 0.53 | 0 | 0.2 | 254.31 | 0.52 | 0.59 |
| Hex | 79 | 5F | CC | 29 | 35 | 0 | 14 | FE | 34 | 3B |
| Octal | 171 | 137 | 314 | 51 | 65 | 0 | 24 | 376 | 64 | 73 |
| Binary | 1111001 | 1011111 | 11001100 | 101001 | 110101 | 0 | 10100 | 11111110 | 110100 | 111011 |
Color Harmonies of #795FCC
Complementary color
Monochromatic Colors of #795FCC
Black with #795FCC
Text Example
Text Example
White with #795FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795FCC; }
p { color: rgb(121,95,204); }
H1.HeaderClassName
{
color: #795FCC;
}
.AnyTagClassName
{
color: #795FCC;
}
</style>
background-color css
<style>
a { background-color: #795FCC; }
a { background-color: rgb(121,95,204); }
div.DivClassName
{
background-color: #795FCC;
}
.BgClassName
{
background-color: #795FCC;
}
</style>
border-color css
<style>
span { border-color: #795FCC; }
span { border-color: rgb(121,95,204); }
td.TdClassName
{
border-color: #795FCC;
}
.TagClassName
{
border-color: #795FCC;
}
</style>