Shades of Slate Blue #765CDC
Tints of Slate Blue #765CDC
RGB
CMYK
RGB Variations
Color information
#765CDC (or 0x765CDC) is known color: Slate Blue. HEX triplet: 76, 5C and DC. RGB value is (118,92,220). Sum of RGB (Red+Green+Blue) = 118+92+220=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #765CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CDC is #89A323. Grayscale: #717171. Windows color (decimal): -9020196 or 14441590. OLE color: 14441590.
HSL color Cylindrical-coordinate representation of color #765CDC: hue angle of 252.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765CDC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 92 | 220 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.14 |
| HSL | 252.19º | 0.65% | 0.61% | - |
| HSV(B) | 252.19º | 0.58% | 0.86% | - |
| XYZ | 24.22 | 16.67 | 69.65 | - |
| YUV | 114.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 220 | 0.46 | 0.58 | 0 | 0.14 | 252.19 | 0.65 | 0.61 |
| Hex | 76 | 5C | DC | 2E | 3A | 0 | E | FC | 41 | 3D |
| Octal | 166 | 134 | 334 | 56 | 72 | 0 | 16 | 374 | 101 | 75 |
| Binary | 1110110 | 1011100 | 11011100 | 101110 | 111010 | 0 | 1110 | 11111100 | 1000001 | 111101 |
Color Harmonies of #765CDC
Complementary color
Monochromatic Colors of #765CDC
Black with #765CDC
Text Example
Text Example
White with #765CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CDC; }
p { color: rgb(118,92,220); }
H1.HeaderClassName
{
color: #765CDC;
}
.AnyTagClassName
{
color: #765CDC;
}
</style>
background-color css
<style>
a { background-color: #765CDC; }
a { background-color: rgb(118,92,220); }
div.DivClassName
{
background-color: #765CDC;
}
.BgClassName
{
background-color: #765CDC;
}
</style>
border-color css
<style>
span { border-color: #765CDC; }
span { border-color: rgb(118,92,220); }
td.TdClassName
{
border-color: #765CDC;
}
.TagClassName
{
border-color: #765CDC;
}
</style>