Shades of Slate Blue #764CCD
Tints of Slate Blue #764CCD
RGB
CMYK
RGB Variations
Color information
#764CCD (or 0x764CCD) is known color: Slate Blue. HEX triplet: 76, 4C and CD. RGB value is (118,76,205). Sum of RGB (Red+Green+Blue) = 118+76+205=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #764CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CCD is #89B332. Grayscale: #666666. Windows color (decimal): -9024307 or 13454454. OLE color: 13454454.
HSL color Cylindrical-coordinate representation of color #764CCD: hue angle of 259.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #764CCD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 76 | 205 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.20 |
| HSL | 259.53º | 0.56% | 0.55% | - |
| HSV(B) | 259.53º | 0.63% | 0.8% | - |
| XYZ | 21.08 | 13.43 | 59.24 | - |
| YUV | 103.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 205 | 0.42 | 0.63 | 0 | 0.20 | 259.53 | 0.56 | 0.55 |
| Hex | 76 | 4C | CD | 2A | 3F | 0 | 14 | 104 | 38 | 37 |
| Octal | 166 | 114 | 315 | 52 | 77 | 0 | 24 | 404 | 70 | 67 |
| Binary | 1110110 | 1001100 | 11001101 | 101010 | 111111 | 0 | 10100 | 100000100 | 111000 | 110111 |
Color Harmonies of #764CCD
Complementary color
Monochromatic Colors of #764CCD
Black with #764CCD
Text Example
Text Example
White with #764CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CCD; }
p { color: rgb(118,76,205); }
H1.HeaderClassName
{
color: #764CCD;
}
.AnyTagClassName
{
color: #764CCD;
}
</style>
background-color css
<style>
a { background-color: #764CCD; }
a { background-color: rgb(118,76,205); }
div.DivClassName
{
background-color: #764CCD;
}
.BgClassName
{
background-color: #764CCD;
}
</style>
border-color css
<style>
span { border-color: #764CCD; }
span { border-color: rgb(118,76,205); }
td.TdClassName
{
border-color: #764CCD;
}
.TagClassName
{
border-color: #764CCD;
}
</style>