Shades of Slate Blue #7655D4
Tints of Slate Blue #7655D4
RGB
CMYK
RGB Variations
Color information
#7655D4 (or 0x7655D4) is known color: Slate Blue. HEX triplet: 76, 55 and D4. RGB value is (118,85,212). Sum of RGB (Red+Green+Blue) = 118+85+212=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #7655D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655D4 is #89AA2B. Grayscale: #6C6C6C. Windows color (decimal): -9021996 or 13915510. OLE color: 13915510.
HSL color Cylindrical-coordinate representation of color #7655D4: hue angle of 255.59º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7655D4 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 85 | 212 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.17 |
| HSL | 255.59º | 0.6% | 0.58% | - |
| HSV(B) | 255.59º | 0.6% | 0.83% | - |
| XYZ | 22.6 | 15.1 | 64.01 | - |
| YUV | 109.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 212 | 0.44 | 0.60 | 0 | 0.17 | 255.59 | 0.6 | 0.58 |
| Hex | 76 | 55 | D4 | 2C | 3C | 0 | 11 | 100 | 3C | 3A |
| Octal | 166 | 125 | 324 | 54 | 74 | 0 | 21 | 400 | 74 | 72 |
| Binary | 1110110 | 1010101 | 11010100 | 101100 | 111100 | 0 | 10001 | 100000000 | 111100 | 111010 |
Color Harmonies of #7655D4
Complementary color
Monochromatic Colors of #7655D4
Black with #7655D4
Text Example
Text Example
White with #7655D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655D4; }
p { color: rgb(118,85,212); }
H1.HeaderClassName
{
color: #7655D4;
}
.AnyTagClassName
{
color: #7655D4;
}
</style>
background-color css
<style>
a { background-color: #7655D4; }
a { background-color: rgb(118,85,212); }
div.DivClassName
{
background-color: #7655D4;
}
.BgClassName
{
background-color: #7655D4;
}
</style>
border-color css
<style>
span { border-color: #7655D4; }
span { border-color: rgb(118,85,212); }
td.TdClassName
{
border-color: #7655D4;
}
.TagClassName
{
border-color: #7655D4;
}
</style>