Shades of Slate Blue #7858CC
Tints of Slate Blue #7858CC
RGB
CMYK
RGB Variations
Color information
#7858CC (or 0x7858CC) is known color: Slate Blue. HEX triplet: 78, 58 and CC. RGB value is (120,88,204). Sum of RGB (Red+Green+Blue) = 120+88+204=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #7858CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858CC is #87A733. Grayscale: #6E6E6E. Windows color (decimal): -8890164 or 13391992. OLE color: 13391992.
HSL color Cylindrical-coordinate representation of color #7858CC: hue angle of 256.55º 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 #7858CC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 88 | 204 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.2 |
| HSL | 256.55º | 0.53% | 0.57% | - |
| HSV(B) | 256.55º | 0.57% | 0.8% | - |
| XYZ | 22.13 | 15.33 | 58.92 | - |
| YUV | 110.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 204 | 0.41 | 0.57 | 0 | 0.2 | 256.55 | 0.53 | 0.57 |
| Hex | 78 | 58 | CC | 29 | 39 | 0 | 14 | 101 | 35 | 39 |
| Octal | 170 | 130 | 314 | 51 | 71 | 0 | 24 | 401 | 65 | 71 |
| Binary | 1111000 | 1011000 | 11001100 | 101001 | 111001 | 0 | 10100 | 100000001 | 110101 | 111001 |
Color Harmonies of #7858CC
Complementary color
Monochromatic Colors of #7858CC
Black with #7858CC
Text Example
Text Example
White with #7858CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7858CC; }
p { color: rgb(120,88,204); }
H1.HeaderClassName
{
color: #7858CC;
}
.AnyTagClassName
{
color: #7858CC;
}
</style>
background-color css
<style>
a { background-color: #7858CC; }
a { background-color: rgb(120,88,204); }
div.DivClassName
{
background-color: #7858CC;
}
.BgClassName
{
background-color: #7858CC;
}
</style>
border-color css
<style>
span { border-color: #7858CC; }
span { border-color: rgb(120,88,204); }
td.TdClassName
{
border-color: #7858CC;
}
.TagClassName
{
border-color: #7858CC;
}
</style>