Shades of Slate Blue #7758C5
Tints of Slate Blue #7758C5
RGB
CMYK
RGB Variations
Color information
#7758C5 (or 0x7758C5) is known color: Slate Blue. HEX triplet: 77, 58 and C5. RGB value is (119,88,197). Sum of RGB (Red+Green+Blue) = 119+88+197=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #7758C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758C5 is #88A73A. Grayscale: #6D6D6D. Windows color (decimal): -8955707 or 12933239. OLE color: 12933239.
HSL color Cylindrical-coordinate representation of color #7758C5: hue angle of 257.06º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7758C5 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 88 | 197 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.23 |
| HSL | 257.06º | 0.48% | 0.56% | - |
| HSV(B) | 257.06º | 0.55% | 0.77% | - |
| XYZ | 21.18 | 14.93 | 54.59 | - |
| YUV | 109.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 197 | 0.40 | 0.55 | 0 | 0.23 | 257.06 | 0.48 | 0.56 |
| Hex | 77 | 58 | C5 | 28 | 37 | 0 | 17 | 101 | 30 | 38 |
| Octal | 167 | 130 | 305 | 50 | 67 | 0 | 27 | 401 | 60 | 70 |
| Binary | 1110111 | 1011000 | 11000101 | 101000 | 110111 | 0 | 10111 | 100000001 | 110000 | 111000 |
Color Harmonies of #7758C5
Complementary color
Monochromatic Colors of #7758C5
Black with #7758C5
Text Example
Text Example
White with #7758C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7758C5; }
p { color: rgb(119,88,197); }
H1.HeaderClassName
{
color: #7758C5;
}
.AnyTagClassName
{
color: #7758C5;
}
</style>
background-color css
<style>
a { background-color: #7758C5; }
a { background-color: rgb(119,88,197); }
div.DivClassName
{
background-color: #7758C5;
}
.BgClassName
{
background-color: #7758C5;
}
</style>
border-color css
<style>
span { border-color: #7758C5; }
span { border-color: rgb(119,88,197); }
td.TdClassName
{
border-color: #7758C5;
}
.TagClassName
{
border-color: #7758C5;
}
</style>