Shades of Slate Blue #7754E0
Tints of Slate Blue #7754E0
RGB
CMYK
RGB Variations
Color information
#7754E0 (or 0x7754E0) is known color: Slate Blue. HEX triplet: 77, 54 and E0. RGB value is (119,84,224). Sum of RGB (Red+Green+Blue) = 119+84+224=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #7754E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754E0 is #88AB1F. Grayscale: #6D6D6D. Windows color (decimal): -8956704 or 14701687. OLE color: 14701687.
HSL color Cylindrical-coordinate representation of color #7754E0: hue angle of 255º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7754E0 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 84 | 224 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.12 |
| HSL | 255º | 0.69% | 0.6% | - |
| HSV(B) | 255º | 0.63% | 0.88% | - |
| XYZ | 24.23 | 15.64 | 72.26 | - |
| YUV | 110.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 224 | 0.47 | 0.62 | 0 | 0.12 | 255 | 0.69 | 0.6 |
| Hex | 77 | 54 | E0 | 2F | 3E | 0 | C | FF | 45 | 3C |
| Octal | 167 | 124 | 340 | 57 | 76 | 0 | 14 | 377 | 105 | 74 |
| Binary | 1110111 | 1010100 | 11100000 | 101111 | 111110 | 0 | 1100 | 11111111 | 1000101 | 111100 |
Color Harmonies of #7754E0
Complementary color
Monochromatic Colors of #7754E0
Black with #7754E0
Text Example
Text Example
White with #7754E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754E0; }
p { color: rgb(119,84,224); }
H1.HeaderClassName
{
color: #7754E0;
}
.AnyTagClassName
{
color: #7754E0;
}
</style>
background-color css
<style>
a { background-color: #7754E0; }
a { background-color: rgb(119,84,224); }
div.DivClassName
{
background-color: #7754E0;
}
.BgClassName
{
background-color: #7754E0;
}
</style>
border-color css
<style>
span { border-color: #7754E0; }
span { border-color: rgb(119,84,224); }
td.TdClassName
{
border-color: #7754E0;
}
.TagClassName
{
border-color: #7754E0;
}
</style>