Shades of Slate Blue #764DDC
Tints of Slate Blue #764DDC
RGB
CMYK
RGB Variations
Color information
#764DDC (or 0x764DDC) is known color: Slate Blue. HEX triplet: 76, 4D and DC. RGB value is (118,77,220). Sum of RGB (Red+Green+Blue) = 118+77+220=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #764DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDC is #89B223. Grayscale: #696969. Windows color (decimal): -9024036 or 14437750. OLE color: 14437750.
HSL color Cylindrical-coordinate representation of color #764DDC: hue angle of 257.2º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764DDC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 77 | 220 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.14 |
| HSL | 257.2º | 0.67% | 0.58% | - |
| HSV(B) | 257.2º | 0.65% | 0.86% | - |
| XYZ | 23.04 | 14.33 | 69.26 | - |
| YUV | 105.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 220 | 0.46 | 0.65 | 0 | 0.14 | 257.2 | 0.67 | 0.58 |
| Hex | 76 | 4D | DC | 2E | 41 | 0 | E | 101 | 43 | 3A |
| Octal | 166 | 115 | 334 | 56 | 101 | 0 | 16 | 401 | 103 | 72 |
| Binary | 1110110 | 1001101 | 11011100 | 101110 | 1000001 | 0 | 1110 | 100000001 | 1000011 | 111010 |
Color Harmonies of #764DDC
Complementary color
Monochromatic Colors of #764DDC
Black with #764DDC
Text Example
Text Example
White with #764DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DDC; }
p { color: rgb(118,77,220); }
H1.HeaderClassName
{
color: #764DDC;
}
.AnyTagClassName
{
color: #764DDC;
}
</style>
background-color css
<style>
a { background-color: #764DDC; }
a { background-color: rgb(118,77,220); }
div.DivClassName
{
background-color: #764DDC;
}
.BgClassName
{
background-color: #764DDC;
}
</style>
border-color css
<style>
span { border-color: #764DDC; }
span { border-color: rgb(118,77,220); }
td.TdClassName
{
border-color: #764DDC;
}
.TagClassName
{
border-color: #764DDC;
}
</style>