Shades of Slate Blue #764DCE
Tints of Slate Blue #764DCE
RGB
CMYK
RGB Variations
Color information
#764DCE (or 0x764DCE) is known color: Slate Blue. HEX triplet: 76, 4D and CE. RGB value is (118,77,206). Sum of RGB (Red+Green+Blue) = 118+77+206=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #764DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DCE is #89B231. Grayscale: #676767. Windows color (decimal): -9024050 or 13520246. OLE color: 13520246.
HSL color Cylindrical-coordinate representation of color #764DCE: hue angle of 259.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #764DCE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 77 | 206 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.19 |
| HSL | 259.07º | 0.57% | 0.55% | - |
| HSV(B) | 259.07º | 0.63% | 0.81% | - |
| XYZ | 21.27 | 13.62 | 59.9 | - |
| YUV | 103.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 206 | 0.43 | 0.63 | 0 | 0.19 | 259.07 | 0.57 | 0.55 |
| Hex | 76 | 4D | CE | 2B | 3F | 0 | 13 | 103 | 39 | 37 |
| Octal | 166 | 115 | 316 | 53 | 77 | 0 | 23 | 403 | 71 | 67 |
| Binary | 1110110 | 1001101 | 11001110 | 101011 | 111111 | 0 | 10011 | 100000011 | 111001 | 110111 |
Color Harmonies of #764DCE
Complementary color
Monochromatic Colors of #764DCE
Black with #764DCE
Text Example
Text Example
White with #764DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DCE; }
p { color: rgb(118,77,206); }
H1.HeaderClassName
{
color: #764DCE;
}
.AnyTagClassName
{
color: #764DCE;
}
</style>
background-color css
<style>
a { background-color: #764DCE; }
a { background-color: rgb(118,77,206); }
div.DivClassName
{
background-color: #764DCE;
}
.BgClassName
{
background-color: #764DCE;
}
</style>
border-color css
<style>
span { border-color: #764DCE; }
span { border-color: rgb(118,77,206); }
td.TdClassName
{
border-color: #764DCE;
}
.TagClassName
{
border-color: #764DCE;
}
</style>