Shades of Slate Blue #7655CB
Tints of Slate Blue #7655CB
RGB
CMYK
RGB Variations
Color information
#7655CB (or 0x7655CB) is known color: Slate Blue. HEX triplet: 76, 55 and CB. RGB value is (118,85,203). Sum of RGB (Red+Green+Blue) = 118+85+203=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7655CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655CB is #89AA34. Grayscale: #6B6B6B. Windows color (decimal): -9022005 or 13325686. OLE color: 13325686.
HSL color Cylindrical-coordinate representation of color #7655CB: hue angle of 256.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7655CB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 85 | 203 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.20 |
| HSL | 256.78º | 0.53% | 0.56% | - |
| HSV(B) | 256.78º | 0.58% | 0.8% | - |
| XYZ | 21.5 | 14.66 | 58.2 | - |
| YUV | 108.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 203 | 0.42 | 0.58 | 0 | 0.20 | 256.78 | 0.53 | 0.56 |
| Hex | 76 | 55 | CB | 2A | 3A | 0 | 14 | 101 | 35 | 38 |
| Octal | 166 | 125 | 313 | 52 | 72 | 0 | 24 | 401 | 65 | 70 |
| Binary | 1110110 | 1010101 | 11001011 | 101010 | 111010 | 0 | 10100 | 100000001 | 110101 | 111000 |
Color Harmonies of #7655CB
Complementary color
Monochromatic Colors of #7655CB
Black with #7655CB
Text Example
Text Example
White with #7655CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655CB; }
p { color: rgb(118,85,203); }
H1.HeaderClassName
{
color: #7655CB;
}
.AnyTagClassName
{
color: #7655CB;
}
</style>
background-color css
<style>
a { background-color: #7655CB; }
a { background-color: rgb(118,85,203); }
div.DivClassName
{
background-color: #7655CB;
}
.BgClassName
{
background-color: #7655CB;
}
</style>
border-color css
<style>
span { border-color: #7655CB; }
span { border-color: rgb(118,85,203); }
td.TdClassName
{
border-color: #7655CB;
}
.TagClassName
{
border-color: #7655CB;
}
</style>