Shades of Slate Blue #7654D8
Tints of Slate Blue #7654D8
RGB
CMYK
RGB Variations
Color information
#7654D8 (or 0x7654D8) is known color: Slate Blue. HEX triplet: 76, 54 and D8. RGB value is (118,84,216). Sum of RGB (Red+Green+Blue) = 118+84+216=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #7654D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654D8 is #89AB27. Grayscale: #6C6C6C. Windows color (decimal): -9022248 or 14177398. OLE color: 14177398.
HSL color Cylindrical-coordinate representation of color #7654D8: hue angle of 255.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7654D8 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 84 | 216 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.15 |
| HSL | 255.45º | 0.63% | 0.59% | - |
| HSV(B) | 255.45º | 0.61% | 0.85% | - |
| XYZ | 23.04 | 15.15 | 66.68 | - |
| YUV | 109.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 216 | 0.45 | 0.61 | 0 | 0.15 | 255.45 | 0.63 | 0.59 |
| Hex | 76 | 54 | D8 | 2D | 3D | 0 | F | FF | 3F | 3B |
| Octal | 166 | 124 | 330 | 55 | 75 | 0 | 17 | 377 | 77 | 73 |
| Binary | 1110110 | 1010100 | 11011000 | 101101 | 111101 | 0 | 1111 | 11111111 | 111111 | 111011 |
Color Harmonies of #7654D8
Complementary color
Monochromatic Colors of #7654D8
Black with #7654D8
Text Example
Text Example
White with #7654D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654D8; }
p { color: rgb(118,84,216); }
H1.HeaderClassName
{
color: #7654D8;
}
.AnyTagClassName
{
color: #7654D8;
}
</style>
background-color css
<style>
a { background-color: #7654D8; }
a { background-color: rgb(118,84,216); }
div.DivClassName
{
background-color: #7654D8;
}
.BgClassName
{
background-color: #7654D8;
}
</style>
border-color css
<style>
span { border-color: #7654D8; }
span { border-color: rgb(118,84,216); }
td.TdClassName
{
border-color: #7654D8;
}
.TagClassName
{
border-color: #7654D8;
}
</style>