Shades of Slate Blue #7754DF
Tints of Slate Blue #7754DF
RGB
CMYK
RGB Variations
Color information
#7754DF (or 0x7754DF) is known color: Slate Blue. HEX triplet: 77, 54 and DF. RGB value is (119,84,223). Sum of RGB (Red+Green+Blue) = 119+84+223=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #7754DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754DF is #88AB20. Grayscale: #6D6D6D. Windows color (decimal): -8956705 or 14636151. OLE color: 14636151.
HSL color Cylindrical-coordinate representation of color #7754DF: hue angle of 255.11º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7754DF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 84 | 223 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.13 |
| HSL | 255.11º | 0.68% | 0.6% | - |
| HSV(B) | 255.11º | 0.62% | 0.87% | - |
| XYZ | 24.1 | 15.59 | 71.55 | - |
| YUV | 110.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 223 | 0.47 | 0.62 | 0 | 0.13 | 255.11 | 0.68 | 0.6 |
| Hex | 77 | 54 | DF | 2F | 3E | 0 | D | FF | 44 | 3C |
| Octal | 167 | 124 | 337 | 57 | 76 | 0 | 15 | 377 | 104 | 74 |
| Binary | 1110111 | 1010100 | 11011111 | 101111 | 111110 | 0 | 1101 | 11111111 | 1000100 | 111100 |
Color Harmonies of #7754DF
Complementary color
Monochromatic Colors of #7754DF
Black with #7754DF
Text Example
Text Example
White with #7754DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754DF; }
p { color: rgb(119,84,223); }
H1.HeaderClassName
{
color: #7754DF;
}
.AnyTagClassName
{
color: #7754DF;
}
</style>
background-color css
<style>
a { background-color: #7754DF; }
a { background-color: rgb(119,84,223); }
div.DivClassName
{
background-color: #7754DF;
}
.BgClassName
{
background-color: #7754DF;
}
</style>
border-color css
<style>
span { border-color: #7754DF; }
span { border-color: rgb(119,84,223); }
td.TdClassName
{
border-color: #7754DF;
}
.TagClassName
{
border-color: #7754DF;
}
</style>