Shades of Slate Blue #7655D6
Tints of Slate Blue #7655D6
RGB
CMYK
RGB Variations
Color information
#7655D6 (or 0x7655D6) is known color: Slate Blue. HEX triplet: 76, 55 and D6. RGB value is (118,85,214). Sum of RGB (Red+Green+Blue) = 118+85+214=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #7655D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655D6 is #89AA29. Grayscale: #6D6D6D. Windows color (decimal): -9021994 or 14046582. OLE color: 14046582.
HSL color Cylindrical-coordinate representation of color #7655D6: hue angle of 255.35º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7655D6 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 85 | 214 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.16 |
| HSL | 255.35º | 0.61% | 0.59% | - |
| HSV(B) | 255.35º | 0.6% | 0.84% | - |
| XYZ | 22.86 | 15.2 | 65.35 | - |
| YUV | 109.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 214 | 0.45 | 0.60 | 0 | 0.16 | 255.35 | 0.61 | 0.59 |
| Hex | 76 | 55 | D6 | 2D | 3C | 0 | 10 | FF | 3D | 3B |
| Octal | 166 | 125 | 326 | 55 | 74 | 0 | 20 | 377 | 75 | 73 |
| Binary | 1110110 | 1010101 | 11010110 | 101101 | 111100 | 0 | 10000 | 11111111 | 111101 | 111011 |
Color Harmonies of #7655D6
Complementary color
Monochromatic Colors of #7655D6
Black with #7655D6
Text Example
Text Example
White with #7655D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655D6; }
p { color: rgb(118,85,214); }
H1.HeaderClassName
{
color: #7655D6;
}
.AnyTagClassName
{
color: #7655D6;
}
</style>
background-color css
<style>
a { background-color: #7655D6; }
a { background-color: rgb(118,85,214); }
div.DivClassName
{
background-color: #7655D6;
}
.BgClassName
{
background-color: #7655D6;
}
</style>
border-color css
<style>
span { border-color: #7655D6; }
span { border-color: rgb(118,85,214); }
td.TdClassName
{
border-color: #7655D6;
}
.TagClassName
{
border-color: #7655D6;
}
</style>