Shades of Slate Blue #7655DC
Tints of Slate Blue #7655DC
RGB
CMYK
RGB Variations
Color information
#7655DC (or 0x7655DC) is known color: Slate Blue. HEX triplet: 76, 55 and DC. RGB value is (118,85,220). Sum of RGB (Red+Green+Blue) = 118+85+220=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7655DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655DC is #89AA23. Grayscale: #6D6D6D. Windows color (decimal): -9021988 or 14439798. OLE color: 14439798.
HSL color Cylindrical-coordinate representation of color #7655DC: hue angle of 254.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7655DC is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 85 | 220 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.14 |
| HSL | 254.67º | 0.66% | 0.6% | - |
| HSV(B) | 254.67º | 0.61% | 0.86% | - |
| XYZ | 23.64 | 15.52 | 69.46 | - |
| YUV | 110.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 220 | 0.46 | 0.61 | 0 | 0.14 | 254.67 | 0.66 | 0.6 |
| Hex | 76 | 55 | DC | 2E | 3D | 0 | E | FF | 42 | 3C |
| Octal | 166 | 125 | 334 | 56 | 75 | 0 | 16 | 377 | 102 | 74 |
| Binary | 1110110 | 1010101 | 11011100 | 101110 | 111101 | 0 | 1110 | 11111111 | 1000010 | 111100 |
Color Harmonies of #7655DC
Complementary color
Monochromatic Colors of #7655DC
Black with #7655DC
Text Example
Text Example
White with #7655DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655DC; }
p { color: rgb(118,85,220); }
H1.HeaderClassName
{
color: #7655DC;
}
.AnyTagClassName
{
color: #7655DC;
}
</style>
background-color css
<style>
a { background-color: #7655DC; }
a { background-color: rgb(118,85,220); }
div.DivClassName
{
background-color: #7655DC;
}
.BgClassName
{
background-color: #7655DC;
}
</style>
border-color css
<style>
span { border-color: #7655DC; }
span { border-color: rgb(118,85,220); }
td.TdClassName
{
border-color: #7655DC;
}
.TagClassName
{
border-color: #7655DC;
}
</style>