Shades of Slate Blue #765EC6
Tints of Slate Blue #765EC6
RGB
CMYK
RGB Variations
Color information
#765EC6 (or 0x765EC6) is known color: Slate Blue. HEX triplet: 76, 5E and C6. RGB value is (118,94,198). Sum of RGB (Red+Green+Blue) = 118+94+198=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #765EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EC6 is #89A139. Grayscale: #707070. Windows color (decimal): -9019706 or 13000310. OLE color: 13000310.
HSL color Cylindrical-coordinate representation of color #765EC6: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765EC6 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 94 | 198 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.22 |
| HSL | 253.85º | 0.48% | 0.57% | - |
| HSV(B) | 253.85º | 0.53% | 0.78% | - |
| XYZ | 21.67 | 15.93 | 55.36 | - |
| YUV | 113.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 198 | 0.40 | 0.53 | 0 | 0.22 | 253.85 | 0.48 | 0.57 |
| Hex | 76 | 5E | C6 | 28 | 35 | 0 | 16 | FE | 30 | 39 |
| Octal | 166 | 136 | 306 | 50 | 65 | 0 | 26 | 376 | 60 | 71 |
| Binary | 1110110 | 1011110 | 11000110 | 101000 | 110101 | 0 | 10110 | 11111110 | 110000 | 111001 |
Color Harmonies of #765EC6
Complementary color
Monochromatic Colors of #765EC6
Black with #765EC6
Text Example
Text Example
White with #765EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EC6; }
p { color: rgb(118,94,198); }
H1.HeaderClassName
{
color: #765EC6;
}
.AnyTagClassName
{
color: #765EC6;
}
</style>
background-color css
<style>
a { background-color: #765EC6; }
a { background-color: rgb(118,94,198); }
div.DivClassName
{
background-color: #765EC6;
}
.BgClassName
{
background-color: #765EC6;
}
</style>
border-color css
<style>
span { border-color: #765EC6; }
span { border-color: rgb(118,94,198); }
td.TdClassName
{
border-color: #765EC6;
}
.TagClassName
{
border-color: #765EC6;
}
</style>