Shades of Slate Blue #794CCB
Tints of Slate Blue #794CCB
RGB
CMYK
RGB Variations
Color information
#794CCB (or 0x794CCB) is known color: Slate Blue. HEX triplet: 79, 4C and CB. RGB value is (121,76,203). Sum of RGB (Red+Green+Blue) = 121+76+203=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #794CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CCB is #86B334. Grayscale: #676767. Windows color (decimal): -8827701 or 13323385. OLE color: 13323385.
HSL color Cylindrical-coordinate representation of color #794CCB: hue angle of 261.26º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794CCB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 76 | 203 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.20 |
| HSL | 261.26º | 0.55% | 0.55% | - |
| HSV(B) | 261.26º | 0.63% | 0.8% | - |
| XYZ | 21.25 | 13.55 | 57.99 | - |
| YUV | 103.93 | 183.91 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 203 | 0.40 | 0.63 | 0 | 0.20 | 261.26 | 0.55 | 0.55 |
| Hex | 79 | 4C | CB | 28 | 3F | 0 | 14 | 105 | 37 | 37 |
| Octal | 171 | 114 | 313 | 50 | 77 | 0 | 24 | 405 | 67 | 67 |
| Binary | 1111001 | 1001100 | 11001011 | 101000 | 111111 | 0 | 10100 | 100000101 | 110111 | 110111 |
Color Harmonies of #794CCB
Complementary color
Monochromatic Colors of #794CCB
Black with #794CCB
Text Example
Text Example
White with #794CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CCB; }
p { color: rgb(121,76,203); }
H1.HeaderClassName
{
color: #794CCB;
}
.AnyTagClassName
{
color: #794CCB;
}
</style>
background-color css
<style>
a { background-color: #794CCB; }
a { background-color: rgb(121,76,203); }
div.DivClassName
{
background-color: #794CCB;
}
.BgClassName
{
background-color: #794CCB;
}
</style>
border-color css
<style>
span { border-color: #794CCB; }
span { border-color: rgb(121,76,203); }
td.TdClassName
{
border-color: #794CCB;
}
.TagClassName
{
border-color: #794CCB;
}
</style>