Shades of Slate Blue #7451DB
Tints of Slate Blue #7451DB
RGB
CMYK
RGB Variations
Color information
#7451DB (or 0x7451DB) is known color: Slate Blue. HEX triplet: 74, 51 and DB. RGB value is (116,81,219). Sum of RGB (Red+Green+Blue) = 116+81+219=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #7451DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451DB is #8BAE24. Grayscale: #6A6A6A. Windows color (decimal): -9154085 or 14373236. OLE color: 14373236.
HSL color Cylindrical-coordinate representation of color #7451DB: hue angle of 255.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7451DB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 81 | 219 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.14 |
| HSL | 255.22º | 0.66% | 0.59% | - |
| HSV(B) | 255.22º | 0.63% | 0.86% | - |
| XYZ | 22.93 | 14.71 | 68.65 | - |
| YUV | 107.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 219 | 0.47 | 0.63 | 0 | 0.14 | 255.22 | 0.66 | 0.59 |
| Hex | 74 | 51 | DB | 2F | 3F | 0 | E | FF | 42 | 3B |
| Octal | 164 | 121 | 333 | 57 | 77 | 0 | 16 | 377 | 102 | 73 |
| Binary | 1110100 | 1010001 | 11011011 | 101111 | 111111 | 0 | 1110 | 11111111 | 1000010 | 111011 |
Color Harmonies of #7451DB
Complementary color
Monochromatic Colors of #7451DB
Black with #7451DB
Text Example
Text Example
White with #7451DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451DB; }
p { color: rgb(116,81,219); }
H1.HeaderClassName
{
color: #7451DB;
}
.AnyTagClassName
{
color: #7451DB;
}
</style>
background-color css
<style>
a { background-color: #7451DB; }
a { background-color: rgb(116,81,219); }
div.DivClassName
{
background-color: #7451DB;
}
.BgClassName
{
background-color: #7451DB;
}
</style>
border-color css
<style>
span { border-color: #7451DB; }
span { border-color: rgb(116,81,219); }
td.TdClassName
{
border-color: #7451DB;
}
.TagClassName
{
border-color: #7451DB;
}
</style>