Shades of Slate Blue #7241DB
Tints of Slate Blue #7241DB
RGB
CMYK
RGB Variations
Color information
#7241DB (or 0x7241DB) is known color: Slate Blue. HEX triplet: 72, 41 and DB. RGB value is (114,65,219). Sum of RGB (Red+Green+Blue) = 114+65+219=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #7241DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7241DB is #8DBE24. Grayscale: #606060. Windows color (decimal): -9289253 or 14369138. OLE color: 14369138.
HSL color Cylindrical-coordinate representation of color #7241DB: hue angle of 259.09º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7241DB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 65 | 219 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.14 |
| HSL | 259.09º | 0.68% | 0.56% | - |
| HSV(B) | 259.09º | 0.7% | 0.86% | - |
| XYZ | 21.62 | 12.47 | 68.29 | - |
| YUV | 97.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 219 | 0.48 | 0.70 | 0 | 0.14 | 259.09 | 0.68 | 0.56 |
| Hex | 72 | 41 | DB | 30 | 46 | 0 | E | 103 | 44 | 38 |
| Octal | 162 | 101 | 333 | 60 | 106 | 0 | 16 | 403 | 104 | 70 |
| Binary | 1110010 | 1000001 | 11011011 | 110000 | 1000110 | 0 | 1110 | 100000011 | 1000100 | 111000 |
Color Harmonies of #7241DB
Complementary color
Monochromatic Colors of #7241DB
Black with #7241DB
Text Example
Text Example
White with #7241DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7241DB; }
p { color: rgb(114,65,219); }
H1.HeaderClassName
{
color: #7241DB;
}
.AnyTagClassName
{
color: #7241DB;
}
</style>
background-color css
<style>
a { background-color: #7241DB; }
a { background-color: rgb(114,65,219); }
div.DivClassName
{
background-color: #7241DB;
}
.BgClassName
{
background-color: #7241DB;
}
</style>
border-color css
<style>
span { border-color: #7241DB; }
span { border-color: rgb(114,65,219); }
td.TdClassName
{
border-color: #7241DB;
}
.TagClassName
{
border-color: #7241DB;
}
</style>