Shades of Slate Blue #764FCD
Tints of Slate Blue #764FCD
RGB
CMYK
RGB Variations
Color information
#764FCD (or 0x764FCD) is known color: Slate Blue. HEX triplet: 76, 4F and CD. RGB value is (118,79,205). Sum of RGB (Red+Green+Blue) = 118+79+205=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #764FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FCD is #89B032. Grayscale: #686868. Windows color (decimal): -9023539 or 13455222. OLE color: 13455222.
HSL color Cylindrical-coordinate representation of color #764FCD: hue angle of 258.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764FCD is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 79 | 205 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.20 |
| HSL | 258.57º | 0.56% | 0.56% | - |
| HSV(B) | 258.57º | 0.61% | 0.8% | - |
| XYZ | 21.29 | 13.85 | 59.31 | - |
| YUV | 105.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 205 | 0.42 | 0.61 | 0 | 0.20 | 258.57 | 0.56 | 0.56 |
| Hex | 76 | 4F | CD | 2A | 3D | 0 | 14 | 103 | 38 | 38 |
| Octal | 166 | 117 | 315 | 52 | 75 | 0 | 24 | 403 | 70 | 70 |
| Binary | 1110110 | 1001111 | 11001101 | 101010 | 111101 | 0 | 10100 | 100000011 | 111000 | 111000 |
Color Harmonies of #764FCD
Complementary color
Monochromatic Colors of #764FCD
Black with #764FCD
Text Example
Text Example
White with #764FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FCD; }
p { color: rgb(118,79,205); }
H1.HeaderClassName
{
color: #764FCD;
}
.AnyTagClassName
{
color: #764FCD;
}
</style>
background-color css
<style>
a { background-color: #764FCD; }
a { background-color: rgb(118,79,205); }
div.DivClassName
{
background-color: #764FCD;
}
.BgClassName
{
background-color: #764FCD;
}
</style>
border-color css
<style>
span { border-color: #764FCD; }
span { border-color: rgb(118,79,205); }
td.TdClassName
{
border-color: #764FCD;
}
.TagClassName
{
border-color: #764FCD;
}
</style>