Shades of Slate Blue #765DDC
Tints of Slate Blue #765DDC
RGB
CMYK
RGB Variations
Color information
#765DDC (or 0x765DDC) is known color: Slate Blue. HEX triplet: 76, 5D and DC. RGB value is (118,93,220). Sum of RGB (Red+Green+Blue) = 118+93+220=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #765DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DDC is #89A223. Grayscale: #727272. Windows color (decimal): -9019940 or 14441846. OLE color: 14441846.
HSL color Cylindrical-coordinate representation of color #765DDC: hue angle of 251.81º degrees, saturation: 0.64, 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 #765DDC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 93 | 220 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.14 |
| HSL | 251.81º | 0.64% | 0.61% | - |
| HSV(B) | 251.81º | 0.58% | 0.86% | - |
| XYZ | 24.3 | 16.85 | 69.68 | - |
| YUV | 114.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 220 | 0.46 | 0.58 | 0 | 0.14 | 251.81 | 0.64 | 0.61 |
| Hex | 76 | 5D | DC | 2E | 3A | 0 | E | FC | 40 | 3D |
| Octal | 166 | 135 | 334 | 56 | 72 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110110 | 1011101 | 11011100 | 101110 | 111010 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #765DDC
Complementary color
Monochromatic Colors of #765DDC
Black with #765DDC
Text Example
Text Example
White with #765DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DDC; }
p { color: rgb(118,93,220); }
H1.HeaderClassName
{
color: #765DDC;
}
.AnyTagClassName
{
color: #765DDC;
}
</style>
background-color css
<style>
a { background-color: #765DDC; }
a { background-color: rgb(118,93,220); }
div.DivClassName
{
background-color: #765DDC;
}
.BgClassName
{
background-color: #765DDC;
}
</style>
border-color css
<style>
span { border-color: #765DDC; }
span { border-color: rgb(118,93,220); }
td.TdClassName
{
border-color: #765DDC;
}
.TagClassName
{
border-color: #765DDC;
}
</style>