Shades of Slate Blue #7461DA
Tints of Slate Blue #7461DA
RGB
CMYK
RGB Variations
Color information
#7461DA (or 0x7461DA) is known color: Slate Blue. HEX triplet: 74, 61 and DA. RGB value is (116,97,218). Sum of RGB (Red+Green+Blue) = 116+97+218=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #7461DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461DA is #8B9E25. Grayscale: #747474. Windows color (decimal): -9149990 or 14311796. OLE color: 14311796.
HSL color Cylindrical-coordinate representation of color #7461DA: hue angle of 249.42º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7461DA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 97 | 218 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.15 |
| HSL | 249.42º | 0.62% | 0.62% | - |
| HSV(B) | 249.42º | 0.56% | 0.85% | - |
| XYZ | 24.13 | 17.32 | 68.4 | - |
| YUV | 116.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 218 | 0.47 | 0.56 | 0 | 0.15 | 249.42 | 0.62 | 0.62 |
| Hex | 74 | 61 | DA | 2F | 38 | 0 | F | F9 | 3E | 3E |
| Octal | 164 | 141 | 332 | 57 | 70 | 0 | 17 | 371 | 76 | 76 |
| Binary | 1110100 | 1100001 | 11011010 | 101111 | 111000 | 0 | 1111 | 11111001 | 111110 | 111110 |
Color Harmonies of #7461DA
Complementary color
Monochromatic Colors of #7461DA
Black with #7461DA
Text Example
Text Example
White with #7461DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461DA; }
p { color: rgb(116,97,218); }
H1.HeaderClassName
{
color: #7461DA;
}
.AnyTagClassName
{
color: #7461DA;
}
</style>
background-color css
<style>
a { background-color: #7461DA; }
a { background-color: rgb(116,97,218); }
div.DivClassName
{
background-color: #7461DA;
}
.BgClassName
{
background-color: #7461DA;
}
</style>
border-color css
<style>
span { border-color: #7461DA; }
span { border-color: rgb(116,97,218); }
td.TdClassName
{
border-color: #7461DA;
}
.TagClassName
{
border-color: #7461DA;
}
</style>