Shades of Slate Blue #7644DA
Tints of Slate Blue #7644DA
RGB
CMYK
RGB Variations
Color information
#7644DA (or 0x7644DA) is known color: Slate Blue. HEX triplet: 76, 44 and DA. RGB value is (118,68,218). Sum of RGB (Red+Green+Blue) = 118+68+218=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #7644DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7644DA is #89BB25. Grayscale: #636363. Windows color (decimal): -9026342 or 14304374. OLE color: 14304374.
HSL color Cylindrical-coordinate representation of color #7644DA: hue angle of 260º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7644DA is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 68 | 218 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.15 |
| HSL | 260º | 0.67% | 0.56% | - |
| HSV(B) | 260º | 0.69% | 0.85% | - |
| XYZ | 22.19 | 13.05 | 67.68 | - |
| YUV | 100.05 | 194.57 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 218 | 0.46 | 0.69 | 0 | 0.15 | 260 | 0.67 | 0.56 |
| Hex | 76 | 44 | DA | 2E | 45 | 0 | F | 104 | 43 | 38 |
| Octal | 166 | 104 | 332 | 56 | 105 | 0 | 17 | 404 | 103 | 70 |
| Binary | 1110110 | 1000100 | 11011010 | 101110 | 1000101 | 0 | 1111 | 100000100 | 1000011 | 111000 |
Color Harmonies of #7644DA
Complementary color
Monochromatic Colors of #7644DA
Black with #7644DA
Text Example
Text Example
White with #7644DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7644DA; }
p { color: rgb(118,68,218); }
H1.HeaderClassName
{
color: #7644DA;
}
.AnyTagClassName
{
color: #7644DA;
}
</style>
background-color css
<style>
a { background-color: #7644DA; }
a { background-color: rgb(118,68,218); }
div.DivClassName
{
background-color: #7644DA;
}
.BgClassName
{
background-color: #7644DA;
}
</style>
border-color css
<style>
span { border-color: #7644DA; }
span { border-color: rgb(118,68,218); }
td.TdClassName
{
border-color: #7644DA;
}
.TagClassName
{
border-color: #7644DA;
}
</style>