Shades of Slate Blue #7654DD
Tints of Slate Blue #7654DD
RGB
CMYK
RGB Variations
Color information
#7654DD (or 0x7654DD) is known color: Slate Blue. HEX triplet: 76, 54 and DD. RGB value is (118,84,221). Sum of RGB (Red+Green+Blue) = 118+84+221=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7654DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654DD is #89AB22. Grayscale: #6D6D6D. Windows color (decimal): -9022243 or 14505078. OLE color: 14505078.
HSL color Cylindrical-coordinate representation of color #7654DD: hue angle of 254.89º degrees, saturation: 0.67, 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 #7654DD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 84 | 221 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.13 |
| HSL | 254.89º | 0.67% | 0.6% | - |
| HSV(B) | 254.89º | 0.62% | 0.87% | - |
| XYZ | 23.69 | 15.41 | 70.13 | - |
| YUV | 109.78 | 190.76 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 221 | 0.47 | 0.62 | 0 | 0.13 | 254.89 | 0.67 | 0.6 |
| Hex | 76 | 54 | DD | 2F | 3E | 0 | D | FF | 43 | 3C |
| Octal | 166 | 124 | 335 | 57 | 76 | 0 | 15 | 377 | 103 | 74 |
| Binary | 1110110 | 1010100 | 11011101 | 101111 | 111110 | 0 | 1101 | 11111111 | 1000011 | 111100 |
Color Harmonies of #7654DD
Complementary color
Monochromatic Colors of #7654DD
Black with #7654DD
Text Example
Text Example
White with #7654DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654DD; }
p { color: rgb(118,84,221); }
H1.HeaderClassName
{
color: #7654DD;
}
.AnyTagClassName
{
color: #7654DD;
}
</style>
background-color css
<style>
a { background-color: #7654DD; }
a { background-color: rgb(118,84,221); }
div.DivClassName
{
background-color: #7654DD;
}
.BgClassName
{
background-color: #7654DD;
}
</style>
border-color css
<style>
span { border-color: #7654DD; }
span { border-color: rgb(118,84,221); }
td.TdClassName
{
border-color: #7654DD;
}
.TagClassName
{
border-color: #7654DD;
}
</style>