Shades of Slate Blue #7754D7
Tints of Slate Blue #7754D7
RGB
CMYK
RGB Variations
Color information
#7754D7 (or 0x7754D7) is known color: Slate Blue. HEX triplet: 77, 54 and D7. RGB value is (119,84,215). Sum of RGB (Red+Green+Blue) = 119+84+215=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #7754D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754D7 is #88AB28. Grayscale: #6C6C6C. Windows color (decimal): -8956713 or 14111863. OLE color: 14111863.
HSL color Cylindrical-coordinate representation of color #7754D7: hue angle of 256.03º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7754D7 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 84 | 215 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.16 |
| HSL | 256.03º | 0.62% | 0.59% | - |
| HSV(B) | 256.03º | 0.61% | 0.84% | - |
| XYZ | 23.04 | 15.17 | 66 | - |
| YUV | 109.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 215 | 0.45 | 0.61 | 0 | 0.16 | 256.03 | 0.62 | 0.59 |
| Hex | 77 | 54 | D7 | 2D | 3D | 0 | 10 | 100 | 3E | 3B |
| Octal | 167 | 124 | 327 | 55 | 75 | 0 | 20 | 400 | 76 | 73 |
| Binary | 1110111 | 1010100 | 11010111 | 101101 | 111101 | 0 | 10000 | 100000000 | 111110 | 111011 |
Color Harmonies of #7754D7
Complementary color
Monochromatic Colors of #7754D7
Black with #7754D7
Text Example
Text Example
White with #7754D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754D7; }
p { color: rgb(119,84,215); }
H1.HeaderClassName
{
color: #7754D7;
}
.AnyTagClassName
{
color: #7754D7;
}
</style>
background-color css
<style>
a { background-color: #7754D7; }
a { background-color: rgb(119,84,215); }
div.DivClassName
{
background-color: #7754D7;
}
.BgClassName
{
background-color: #7754D7;
}
</style>
border-color css
<style>
span { border-color: #7754D7; }
span { border-color: rgb(119,84,215); }
td.TdClassName
{
border-color: #7754D7;
}
.TagClassName
{
border-color: #7754D7;
}
</style>