Shades of Slate Blue #7243DB
Tints of Slate Blue #7243DB
RGB
CMYK
RGB Variations
Color information
#7243DB (or 0x7243DB) is known color: Slate Blue. HEX triplet: 72, 43 and DB. RGB value is (114,67,219). Sum of RGB (Red+Green+Blue) = 114+67+219=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #7243DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243DB is #8DBC24. Grayscale: #616161. Windows color (decimal): -9288741 or 14369650. OLE color: 14369650.
HSL color Cylindrical-coordinate representation of color #7243DB: hue angle of 258.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7243DB is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 67 | 219 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.14 |
| HSL | 258.55º | 0.68% | 0.56% | - |
| HSV(B) | 258.55º | 0.69% | 0.86% | - |
| XYZ | 21.73 | 12.71 | 68.32 | - |
| YUV | 98.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 219 | 0.48 | 0.69 | 0 | 0.14 | 258.55 | 0.68 | 0.56 |
| Hex | 72 | 43 | DB | 30 | 45 | 0 | E | 103 | 44 | 38 |
| Octal | 162 | 103 | 333 | 60 | 105 | 0 | 16 | 403 | 104 | 70 |
| Binary | 1110010 | 1000011 | 11011011 | 110000 | 1000101 | 0 | 1110 | 100000011 | 1000100 | 111000 |
Color Harmonies of #7243DB
Complementary color
Monochromatic Colors of #7243DB
Black with #7243DB
Text Example
Text Example
White with #7243DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243DB; }
p { color: rgb(114,67,219); }
H1.HeaderClassName
{
color: #7243DB;
}
.AnyTagClassName
{
color: #7243DB;
}
</style>
background-color css
<style>
a { background-color: #7243DB; }
a { background-color: rgb(114,67,219); }
div.DivClassName
{
background-color: #7243DB;
}
.BgClassName
{
background-color: #7243DB;
}
</style>
border-color css
<style>
span { border-color: #7243DB; }
span { border-color: rgb(114,67,219); }
td.TdClassName
{
border-color: #7243DB;
}
.TagClassName
{
border-color: #7243DB;
}
</style>