Shades of Slate Blue #764CC6
Tints of Slate Blue #764CC6
RGB
CMYK
RGB Variations
Color information
#764CC6 (or 0x764CC6) is known color: Slate Blue. HEX triplet: 76, 4C and C6. RGB value is (118,76,198). Sum of RGB (Red+Green+Blue) = 118+76+198=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #764CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CC6 is #89B339. Grayscale: #666666. Windows color (decimal): -9024314 or 12995702. OLE color: 12995702.
HSL color Cylindrical-coordinate representation of color #764CC6: hue angle of 260.66º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764CC6 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 76 | 198 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.22 |
| HSL | 260.66º | 0.52% | 0.54% | - |
| HSV(B) | 260.66º | 0.62% | 0.78% | - |
| XYZ | 20.25 | 13.1 | 54.89 | - |
| YUV | 102.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 198 | 0.40 | 0.62 | 0 | 0.22 | 260.66 | 0.52 | 0.54 |
| Hex | 76 | 4C | C6 | 28 | 3E | 0 | 16 | 105 | 34 | 36 |
| Octal | 166 | 114 | 306 | 50 | 76 | 0 | 26 | 405 | 64 | 66 |
| Binary | 1110110 | 1001100 | 11000110 | 101000 | 111110 | 0 | 10110 | 100000101 | 110100 | 110110 |
Color Harmonies of #764CC6
Complementary color
Monochromatic Colors of #764CC6
Black with #764CC6
Text Example
Text Example
White with #764CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CC6; }
p { color: rgb(118,76,198); }
H1.HeaderClassName
{
color: #764CC6;
}
.AnyTagClassName
{
color: #764CC6;
}
</style>
background-color css
<style>
a { background-color: #764CC6; }
a { background-color: rgb(118,76,198); }
div.DivClassName
{
background-color: #764CC6;
}
.BgClassName
{
background-color: #764CC6;
}
</style>
border-color css
<style>
span { border-color: #764CC6; }
span { border-color: rgb(118,76,198); }
td.TdClassName
{
border-color: #764CC6;
}
.TagClassName
{
border-color: #764CC6;
}
</style>