Shades of Slate Blue #764ADF
Tints of Slate Blue #764ADF
RGB
CMYK
RGB Variations
Color information
#764ADF (or 0x764ADF) is known color: Slate Blue. HEX triplet: 76, 4A and DF. RGB value is (118,74,223). Sum of RGB (Red+Green+Blue) = 118+74+223=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #764ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ADF is #89B520. Grayscale: #676767. Windows color (decimal): -9024801 or 14633590. OLE color: 14633590.
HSL color Cylindrical-coordinate representation of color #764ADF: hue angle of 257.72º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764ADF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 74 | 223 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.13 |
| HSL | 257.72º | 0.7% | 0.58% | - |
| HSV(B) | 257.72º | 0.67% | 0.87% | - |
| XYZ | 23.24 | 14.08 | 71.3 | - |
| YUV | 104.14 | 195.08 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 223 | 0.47 | 0.67 | 0 | 0.13 | 257.72 | 0.7 | 0.58 |
| Hex | 76 | 4A | DF | 2F | 43 | 0 | D | 102 | 46 | 3A |
| Octal | 166 | 112 | 337 | 57 | 103 | 0 | 15 | 402 | 106 | 72 |
| Binary | 1110110 | 1001010 | 11011111 | 101111 | 1000011 | 0 | 1101 | 100000010 | 1000110 | 111010 |
Color Harmonies of #764ADF
Complementary color
Monochromatic Colors of #764ADF
Black with #764ADF
Text Example
Text Example
White with #764ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764ADF; }
p { color: rgb(118,74,223); }
H1.HeaderClassName
{
color: #764ADF;
}
.AnyTagClassName
{
color: #764ADF;
}
</style>
background-color css
<style>
a { background-color: #764ADF; }
a { background-color: rgb(118,74,223); }
div.DivClassName
{
background-color: #764ADF;
}
.BgClassName
{
background-color: #764ADF;
}
</style>
border-color css
<style>
span { border-color: #764ADF; }
span { border-color: rgb(118,74,223); }
td.TdClassName
{
border-color: #764ADF;
}
.TagClassName
{
border-color: #764ADF;
}
</style>