Shades of Slate Blue #764AD0
Tints of Slate Blue #764AD0
RGB
CMYK
RGB Variations
Color information
#764AD0 (or 0x764AD0) is known color: Slate Blue. HEX triplet: 76, 4A and D0. RGB value is (118,74,208). Sum of RGB (Red+Green+Blue) = 118+74+208=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #764AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AD0 is #89B52F. Grayscale: #656565. Windows color (decimal): -9024816 or 13650550. OLE color: 13650550.
HSL color Cylindrical-coordinate representation of color #764AD0: hue angle of 259.7º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764AD0 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 74 | 208 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.18 |
| HSL | 259.7º | 0.59% | 0.55% | - |
| HSV(B) | 259.7º | 0.64% | 0.82% | - |
| XYZ | 21.31 | 13.3 | 61.12 | - |
| YUV | 102.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 208 | 0.43 | 0.64 | 0 | 0.18 | 259.7 | 0.59 | 0.55 |
| Hex | 76 | 4A | D0 | 2B | 40 | 0 | 12 | 104 | 3B | 37 |
| Octal | 166 | 112 | 320 | 53 | 100 | 0 | 22 | 404 | 73 | 67 |
| Binary | 1110110 | 1001010 | 11010000 | 101011 | 1000000 | 0 | 10010 | 100000100 | 111011 | 110111 |
Color Harmonies of #764AD0
Complementary color
Monochromatic Colors of #764AD0
Black with #764AD0
Text Example
Text Example
White with #764AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AD0; }
p { color: rgb(118,74,208); }
H1.HeaderClassName
{
color: #764AD0;
}
.AnyTagClassName
{
color: #764AD0;
}
</style>
background-color css
<style>
a { background-color: #764AD0; }
a { background-color: rgb(118,74,208); }
div.DivClassName
{
background-color: #764AD0;
}
.BgClassName
{
background-color: #764AD0;
}
</style>
border-color css
<style>
span { border-color: #764AD0; }
span { border-color: rgb(118,74,208); }
td.TdClassName
{
border-color: #764AD0;
}
.TagClassName
{
border-color: #764AD0;
}
</style>