Shades of Slate Blue #7754C9
Tints of Slate Blue #7754C9
RGB
CMYK
RGB Variations
Color information
#7754C9 (or 0x7754C9) is known color: Slate Blue. HEX triplet: 77, 54 and C9. RGB value is (119,84,201). Sum of RGB (Red+Green+Blue) = 119+84+201=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #7754C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754C9 is #88AB36. Grayscale: #6B6B6B. Windows color (decimal): -8956727 or 13194359. OLE color: 13194359.
HSL color Cylindrical-coordinate representation of color #7754C9: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7754C9 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 84 | 201 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.21 |
| HSL | 257.95º | 0.52% | 0.56% | - |
| HSV(B) | 257.95º | 0.58% | 0.79% | - |
| XYZ | 21.32 | 14.48 | 56.93 | - |
| YUV | 107.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 201 | 0.41 | 0.58 | 0 | 0.21 | 257.95 | 0.52 | 0.56 |
| Hex | 77 | 54 | C9 | 29 | 3A | 0 | 15 | 102 | 34 | 38 |
| Octal | 167 | 124 | 311 | 51 | 72 | 0 | 25 | 402 | 64 | 70 |
| Binary | 1110111 | 1010100 | 11001001 | 101001 | 111010 | 0 | 10101 | 100000010 | 110100 | 111000 |
Color Harmonies of #7754C9
Complementary color
Monochromatic Colors of #7754C9
Black with #7754C9
Text Example
Text Example
White with #7754C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754C9; }
p { color: rgb(119,84,201); }
H1.HeaderClassName
{
color: #7754C9;
}
.AnyTagClassName
{
color: #7754C9;
}
</style>
background-color css
<style>
a { background-color: #7754C9; }
a { background-color: rgb(119,84,201); }
div.DivClassName
{
background-color: #7754C9;
}
.BgClassName
{
background-color: #7754C9;
}
</style>
border-color css
<style>
span { border-color: #7754C9; }
span { border-color: rgb(119,84,201); }
td.TdClassName
{
border-color: #7754C9;
}
.TagClassName
{
border-color: #7754C9;
}
</style>