Shades of Slate Blue #765DCD
Tints of Slate Blue #765DCD
RGB
CMYK
RGB Variations
Color information
#765DCD (or 0x765DCD) is known color: Slate Blue. HEX triplet: 76, 5D and CD. RGB value is (118,93,205). Sum of RGB (Red+Green+Blue) = 118+93+205=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #765DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DCD is #89A232. Grayscale: #707070. Windows color (decimal): -9019955 or 13458806. OLE color: 13458806.
HSL color Cylindrical-coordinate representation of color #765DCD: hue angle of 253.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765DCD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 93 | 205 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.20 |
| HSL | 253.39º | 0.53% | 0.58% | - |
| HSV(B) | 253.39º | 0.55% | 0.8% | - |
| XYZ | 22.41 | 16.09 | 59.68 | - |
| YUV | 113.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 205 | 0.42 | 0.55 | 0 | 0.20 | 253.39 | 0.53 | 0.58 |
| Hex | 76 | 5D | CD | 2A | 37 | 0 | 14 | FD | 35 | 3A |
| Octal | 166 | 135 | 315 | 52 | 67 | 0 | 24 | 375 | 65 | 72 |
| Binary | 1110110 | 1011101 | 11001101 | 101010 | 110111 | 0 | 10100 | 11111101 | 110101 | 111010 |
Color Harmonies of #765DCD
Complementary color
Monochromatic Colors of #765DCD
Black with #765DCD
Text Example
Text Example
White with #765DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DCD; }
p { color: rgb(118,93,205); }
H1.HeaderClassName
{
color: #765DCD;
}
.AnyTagClassName
{
color: #765DCD;
}
</style>
background-color css
<style>
a { background-color: #765DCD; }
a { background-color: rgb(118,93,205); }
div.DivClassName
{
background-color: #765DCD;
}
.BgClassName
{
background-color: #765DCD;
}
</style>
border-color css
<style>
span { border-color: #765DCD; }
span { border-color: rgb(118,93,205); }
td.TdClassName
{
border-color: #765DCD;
}
.TagClassName
{
border-color: #765DCD;
}
</style>