Shades of Slate Blue #7451DA
Tints of Slate Blue #7451DA
RGB
CMYK
RGB Variations
Color information
#7451DA (or 0x7451DA) is known color: Slate Blue. HEX triplet: 74, 51 and DA. RGB value is (116,81,218). Sum of RGB (Red+Green+Blue) = 116+81+218=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #7451DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451DA is #8BAE25. Grayscale: #6A6A6A. Windows color (decimal): -9154086 or 14307700. OLE color: 14307700.
HSL color Cylindrical-coordinate representation of color #7451DA: hue angle of 255.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7451DA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 81 | 218 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.15 |
| HSL | 255.33º | 0.65% | 0.59% | - |
| HSV(B) | 255.33º | 0.63% | 0.85% | - |
| XYZ | 22.8 | 14.66 | 67.96 | - |
| YUV | 107.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 218 | 0.47 | 0.63 | 0 | 0.15 | 255.33 | 0.65 | 0.59 |
| Hex | 74 | 51 | DA | 2F | 3F | 0 | F | FF | 41 | 3B |
| Octal | 164 | 121 | 332 | 57 | 77 | 0 | 17 | 377 | 101 | 73 |
| Binary | 1110100 | 1010001 | 11011010 | 101111 | 111111 | 0 | 1111 | 11111111 | 1000001 | 111011 |
Color Harmonies of #7451DA
Complementary color
Monochromatic Colors of #7451DA
Black with #7451DA
Text Example
Text Example
White with #7451DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451DA; }
p { color: rgb(116,81,218); }
H1.HeaderClassName
{
color: #7451DA;
}
.AnyTagClassName
{
color: #7451DA;
}
</style>
background-color css
<style>
a { background-color: #7451DA; }
a { background-color: rgb(116,81,218); }
div.DivClassName
{
background-color: #7451DA;
}
.BgClassName
{
background-color: #7451DA;
}
</style>
border-color css
<style>
span { border-color: #7451DA; }
span { border-color: rgb(116,81,218); }
td.TdClassName
{
border-color: #7451DA;
}
.TagClassName
{
border-color: #7451DA;
}
</style>