Shades of Slate Blue #7758CC
Tints of Slate Blue #7758CC
RGB
CMYK
RGB Variations
Color information
#7758CC (or 0x7758CC) is known color: Slate Blue. HEX triplet: 77, 58 and CC. RGB value is (119,88,204). Sum of RGB (Red+Green+Blue) = 119+88+204=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #7758CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758CC is #88A733. Grayscale: #6E6E6E. Windows color (decimal): -8955700 or 13391991. OLE color: 13391991.
HSL color Cylindrical-coordinate representation of color #7758CC: hue angle of 256.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7758CC is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 88 | 204 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.2 |
| HSL | 256.03º | 0.53% | 0.57% | - |
| HSV(B) | 256.03º | 0.57% | 0.8% | - |
| XYZ | 22 | 15.26 | 58.91 | - |
| YUV | 110.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 204 | 0.42 | 0.57 | 0 | 0.2 | 256.03 | 0.53 | 0.57 |
| Hex | 77 | 58 | CC | 2A | 39 | 0 | 14 | 100 | 35 | 39 |
| Octal | 167 | 130 | 314 | 52 | 71 | 0 | 24 | 400 | 65 | 71 |
| Binary | 1110111 | 1011000 | 11001100 | 101010 | 111001 | 0 | 10100 | 100000000 | 110101 | 111001 |
Color Harmonies of #7758CC
Complementary color
Monochromatic Colors of #7758CC
Black with #7758CC
Text Example
Text Example
White with #7758CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7758CC; }
p { color: rgb(119,88,204); }
H1.HeaderClassName
{
color: #7758CC;
}
.AnyTagClassName
{
color: #7758CC;
}
</style>
background-color css
<style>
a { background-color: #7758CC; }
a { background-color: rgb(119,88,204); }
div.DivClassName
{
background-color: #7758CC;
}
.BgClassName
{
background-color: #7758CC;
}
</style>
border-color css
<style>
span { border-color: #7758CC; }
span { border-color: rgb(119,88,204); }
td.TdClassName
{
border-color: #7758CC;
}
.TagClassName
{
border-color: #7758CC;
}
</style>