Shades of Slate Blue #764DDF
Tints of Slate Blue #764DDF
RGB
CMYK
RGB Variations
Color information
#764DDF (or 0x764DDF) is known color: Slate Blue. HEX triplet: 76, 4D and DF. RGB value is (118,77,223). Sum of RGB (Red+Green+Blue) = 118+77+223=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #764DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DDF is #89B220. Grayscale: #696969. Windows color (decimal): -9024033 or 14634358. OLE color: 14634358.
HSL color Cylindrical-coordinate representation of color #764DDF: hue angle of 256.85º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764DDF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 77 | 223 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.13 |
| HSL | 256.85º | 0.7% | 0.59% | - |
| HSV(B) | 256.85º | 0.65% | 0.87% | - |
| XYZ | 23.44 | 14.49 | 71.37 | - |
| YUV | 105.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 223 | 0.47 | 0.65 | 0 | 0.13 | 256.85 | 0.7 | 0.59 |
| Hex | 76 | 4D | DF | 2F | 41 | 0 | D | 101 | 46 | 3B |
| Octal | 166 | 115 | 337 | 57 | 101 | 0 | 15 | 401 | 106 | 73 |
| Binary | 1110110 | 1001101 | 11011111 | 101111 | 1000001 | 0 | 1101 | 100000001 | 1000110 | 111011 |
Color Harmonies of #764DDF
Complementary color
Monochromatic Colors of #764DDF
Black with #764DDF
Text Example
Text Example
White with #764DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DDF; }
p { color: rgb(118,77,223); }
H1.HeaderClassName
{
color: #764DDF;
}
.AnyTagClassName
{
color: #764DDF;
}
</style>
background-color css
<style>
a { background-color: #764DDF; }
a { background-color: rgb(118,77,223); }
div.DivClassName
{
background-color: #764DDF;
}
.BgClassName
{
background-color: #764DDF;
}
</style>
border-color css
<style>
span { border-color: #764DDF; }
span { border-color: rgb(118,77,223); }
td.TdClassName
{
border-color: #764DDF;
}
.TagClassName
{
border-color: #764DDF;
}
</style>