Shades of Slate Blue #764FDF
Tints of Slate Blue #764FDF
RGB
CMYK
RGB Variations
Color information
#764FDF (or 0x764FDF) is known color: Slate Blue. HEX triplet: 76, 4F and DF. RGB value is (118,79,223). Sum of RGB (Red+Green+Blue) = 118+79+223=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #764FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FDF is #89B020. Grayscale: #6A6A6A. Windows color (decimal): -9023521 or 14634870. OLE color: 14634870.
HSL color Cylindrical-coordinate representation of color #764FDF: hue angle of 256.25º degrees, saturation: 0.69, 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 #764FDF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 79 | 223 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.13 |
| HSL | 256.25º | 0.69% | 0.59% | - |
| HSV(B) | 256.25º | 0.65% | 0.87% | - |
| XYZ | 23.59 | 14.77 | 71.42 | - |
| YUV | 107.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 223 | 0.47 | 0.65 | 0 | 0.13 | 256.25 | 0.69 | 0.59 |
| Hex | 76 | 4F | DF | 2F | 41 | 0 | D | 100 | 45 | 3B |
| Octal | 166 | 117 | 337 | 57 | 101 | 0 | 15 | 400 | 105 | 73 |
| Binary | 1110110 | 1001111 | 11011111 | 101111 | 1000001 | 0 | 1101 | 100000000 | 1000101 | 111011 |
Color Harmonies of #764FDF
Complementary color
Monochromatic Colors of #764FDF
Black with #764FDF
Text Example
Text Example
White with #764FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FDF; }
p { color: rgb(118,79,223); }
H1.HeaderClassName
{
color: #764FDF;
}
.AnyTagClassName
{
color: #764FDF;
}
</style>
background-color css
<style>
a { background-color: #764FDF; }
a { background-color: rgb(118,79,223); }
div.DivClassName
{
background-color: #764FDF;
}
.BgClassName
{
background-color: #764FDF;
}
</style>
border-color css
<style>
span { border-color: #764FDF; }
span { border-color: rgb(118,79,223); }
td.TdClassName
{
border-color: #764FDF;
}
.TagClassName
{
border-color: #764FDF;
}
</style>