Shades of Slate Blue #794BCB
Tints of Slate Blue #794BCB
RGB
CMYK
RGB Variations
Color information
#794BCB (or 0x794BCB) is known color: Slate Blue. HEX triplet: 79, 4B and CB. RGB value is (121,75,203). Sum of RGB (Red+Green+Blue) = 121+75+203=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #794BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BCB is #86B434. Grayscale: #666666. Windows color (decimal): -8827957 or 13323129. OLE color: 13323129.
HSL color Cylindrical-coordinate representation of color #794BCB: hue angle of 261.56º 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 #794BCB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 75 | 203 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.20 |
| HSL | 261.56º | 0.55% | 0.55% | - |
| HSV(B) | 261.56º | 0.63% | 0.8% | - |
| XYZ | 21.18 | 13.41 | 57.97 | - |
| YUV | 103.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 203 | 0.40 | 0.63 | 0 | 0.20 | 261.56 | 0.55 | 0.55 |
| Hex | 79 | 4B | CB | 28 | 3F | 0 | 14 | 106 | 37 | 37 |
| Octal | 171 | 113 | 313 | 50 | 77 | 0 | 24 | 406 | 67 | 67 |
| Binary | 1111001 | 1001011 | 11001011 | 101000 | 111111 | 0 | 10100 | 100000110 | 110111 | 110111 |
Color Harmonies of #794BCB
Complementary color
Monochromatic Colors of #794BCB
Black with #794BCB
Text Example
Text Example
White with #794BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BCB; }
p { color: rgb(121,75,203); }
H1.HeaderClassName
{
color: #794BCB;
}
.AnyTagClassName
{
color: #794BCB;
}
</style>
background-color css
<style>
a { background-color: #794BCB; }
a { background-color: rgb(121,75,203); }
div.DivClassName
{
background-color: #794BCB;
}
.BgClassName
{
background-color: #794BCB;
}
</style>
border-color css
<style>
span { border-color: #794BCB; }
span { border-color: rgb(121,75,203); }
td.TdClassName
{
border-color: #794BCB;
}
.TagClassName
{
border-color: #794BCB;
}
</style>