Shades of Slate Blue #764ADA
Tints of Slate Blue #764ADA
RGB
CMYK
RGB Variations
Color information
#764ADA (or 0x764ADA) is known color: Slate Blue. HEX triplet: 76, 4A and DA. RGB value is (118,74,218). Sum of RGB (Red+Green+Blue) = 118+74+218=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #764ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ADA is #89B525. Grayscale: #676767. Windows color (decimal): -9024806 or 14305910. OLE color: 14305910.
HSL color Cylindrical-coordinate representation of color #764ADA: hue angle of 258.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764ADA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 74 | 218 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.15 |
| HSL | 258.33º | 0.66% | 0.57% | - |
| HSV(B) | 258.33º | 0.66% | 0.85% | - |
| XYZ | 22.57 | 13.81 | 67.81 | - |
| YUV | 103.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 218 | 0.46 | 0.66 | 0 | 0.15 | 258.33 | 0.66 | 0.57 |
| Hex | 76 | 4A | DA | 2E | 42 | 0 | F | 102 | 42 | 39 |
| Octal | 166 | 112 | 332 | 56 | 102 | 0 | 17 | 402 | 102 | 71 |
| Binary | 1110110 | 1001010 | 11011010 | 101110 | 1000010 | 0 | 1111 | 100000010 | 1000010 | 111001 |
Color Harmonies of #764ADA
Complementary color
Monochromatic Colors of #764ADA
Black with #764ADA
Text Example
Text Example
White with #764ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764ADA; }
p { color: rgb(118,74,218); }
H1.HeaderClassName
{
color: #764ADA;
}
.AnyTagClassName
{
color: #764ADA;
}
</style>
background-color css
<style>
a { background-color: #764ADA; }
a { background-color: rgb(118,74,218); }
div.DivClassName
{
background-color: #764ADA;
}
.BgClassName
{
background-color: #764ADA;
}
</style>
border-color css
<style>
span { border-color: #764ADA; }
span { border-color: rgb(118,74,218); }
td.TdClassName
{
border-color: #764ADA;
}
.TagClassName
{
border-color: #764ADA;
}
</style>