Shades of Slate Blue #7658CC
Tints of Slate Blue #7658CC
RGB
CMYK
RGB Variations
Color information
#7658CC (or 0x7658CC) is known color: Slate Blue. HEX triplet: 76, 58 and CC. RGB value is (118,88,204). Sum of RGB (Red+Green+Blue) = 118+88+204=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #7658CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658CC is #89A733. Grayscale: #6D6D6D. Windows color (decimal): -9021236 or 13391990. OLE color: 13391990.
HSL color Cylindrical-coordinate representation of color #7658CC: hue angle of 255.52º 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 #7658CC is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 88 | 204 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.2 |
| HSL | 255.52º | 0.53% | 0.57% | - |
| HSV(B) | 255.52º | 0.57% | 0.8% | - |
| XYZ | 21.86 | 15.19 | 58.91 | - |
| YUV | 110.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 204 | 0.42 | 0.57 | 0 | 0.2 | 255.52 | 0.53 | 0.57 |
| Hex | 76 | 58 | CC | 2A | 39 | 0 | 14 | 100 | 35 | 39 |
| Octal | 166 | 130 | 314 | 52 | 71 | 0 | 24 | 400 | 65 | 71 |
| Binary | 1110110 | 1011000 | 11001100 | 101010 | 111001 | 0 | 10100 | 100000000 | 110101 | 111001 |
Color Harmonies of #7658CC
Complementary color
Monochromatic Colors of #7658CC
Black with #7658CC
Text Example
Text Example
White with #7658CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658CC; }
p { color: rgb(118,88,204); }
H1.HeaderClassName
{
color: #7658CC;
}
.AnyTagClassName
{
color: #7658CC;
}
</style>
background-color css
<style>
a { background-color: #7658CC; }
a { background-color: rgb(118,88,204); }
div.DivClassName
{
background-color: #7658CC;
}
.BgClassName
{
background-color: #7658CC;
}
</style>
border-color css
<style>
span { border-color: #7658CC; }
span { border-color: rgb(118,88,204); }
td.TdClassName
{
border-color: #7658CC;
}
.TagClassName
{
border-color: #7658CC;
}
</style>