Shades of Slate Blue #764BDF
Tints of Slate Blue #764BDF
RGB
CMYK
RGB Variations
Color information
#764BDF (or 0x764BDF) is known color: Slate Blue. HEX triplet: 76, 4B and DF. RGB value is (118,75,223). Sum of RGB (Red+Green+Blue) = 118+75+223=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #764BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BDF is #89B420. Grayscale: #686868. Windows color (decimal): -9024545 or 14633846. OLE color: 14633846.
HSL color Cylindrical-coordinate representation of color #764BDF: hue angle of 257.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764BDF is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 75 | 223 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.13 |
| HSL | 257.43º | 0.7% | 0.58% | - |
| HSV(B) | 257.43º | 0.66% | 0.87% | - |
| XYZ | 23.31 | 14.21 | 71.33 | - |
| YUV | 104.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 223 | 0.47 | 0.66 | 0 | 0.13 | 257.43 | 0.7 | 0.58 |
| Hex | 76 | 4B | DF | 2F | 42 | 0 | D | 101 | 46 | 3A |
| Octal | 166 | 113 | 337 | 57 | 102 | 0 | 15 | 401 | 106 | 72 |
| Binary | 1110110 | 1001011 | 11011111 | 101111 | 1000010 | 0 | 1101 | 100000001 | 1000110 | 111010 |
Color Harmonies of #764BDF
Complementary color
Monochromatic Colors of #764BDF
Black with #764BDF
Text Example
Text Example
White with #764BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BDF; }
p { color: rgb(118,75,223); }
H1.HeaderClassName
{
color: #764BDF;
}
.AnyTagClassName
{
color: #764BDF;
}
</style>
background-color css
<style>
a { background-color: #764BDF; }
a { background-color: rgb(118,75,223); }
div.DivClassName
{
background-color: #764BDF;
}
.BgClassName
{
background-color: #764BDF;
}
</style>
border-color css
<style>
span { border-color: #764BDF; }
span { border-color: rgb(118,75,223); }
td.TdClassName
{
border-color: #764BDF;
}
.TagClassName
{
border-color: #764BDF;
}
</style>