Shades of Slate Blue #765ECD
Tints of Slate Blue #765ECD
RGB
CMYK
RGB Variations
Color information
#765ECD (or 0x765ECD) is known color: Slate Blue. HEX triplet: 76, 5E and CD. RGB value is (118,94,205). Sum of RGB (Red+Green+Blue) = 118+94+205=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #765ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ECD is #89A132. Grayscale: #717171. Windows color (decimal): -9019699 or 13459062. OLE color: 13459062.
HSL color Cylindrical-coordinate representation of color #765ECD: hue angle of 252.97º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #765ECD is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 94 | 205 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.20 |
| HSL | 252.97º | 0.53% | 0.59% | - |
| HSV(B) | 252.97º | 0.54% | 0.8% | - |
| XYZ | 22.49 | 16.26 | 59.71 | - |
| YUV | 113.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 205 | 0.42 | 0.54 | 0 | 0.20 | 252.97 | 0.53 | 0.59 |
| Hex | 76 | 5E | CD | 2A | 36 | 0 | 14 | FD | 35 | 3B |
| Octal | 166 | 136 | 315 | 52 | 66 | 0 | 24 | 375 | 65 | 73 |
| Binary | 1110110 | 1011110 | 11001101 | 101010 | 110110 | 0 | 10100 | 11111101 | 110101 | 111011 |
Color Harmonies of #765ECD
Complementary color
Monochromatic Colors of #765ECD
Black with #765ECD
Text Example
Text Example
White with #765ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765ECD; }
p { color: rgb(118,94,205); }
H1.HeaderClassName
{
color: #765ECD;
}
.AnyTagClassName
{
color: #765ECD;
}
</style>
background-color css
<style>
a { background-color: #765ECD; }
a { background-color: rgb(118,94,205); }
div.DivClassName
{
background-color: #765ECD;
}
.BgClassName
{
background-color: #765ECD;
}
</style>
border-color css
<style>
span { border-color: #765ECD; }
span { border-color: rgb(118,94,205); }
td.TdClassName
{
border-color: #765ECD;
}
.TagClassName
{
border-color: #765ECD;
}
</style>