Shades of Slate Blue #7243D1
Tints of Slate Blue #7243D1
RGB
CMYK
RGB Variations
Color information
#7243D1 (or 0x7243D1) is known color: Slate Blue. HEX triplet: 72, 43 and D1. RGB value is (114,67,209). Sum of RGB (Red+Green+Blue) = 114+67+209=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #7243D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243D1 is #8DBC2E. Grayscale: #606060. Windows color (decimal): -9288751 or 13714290. OLE color: 13714290.
HSL color Cylindrical-coordinate representation of color #7243D1: hue angle of 259.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7243D1 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 67 | 209 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.18 |
| HSL | 259.86º | 0.61% | 0.54% | - |
| HSV(B) | 259.86º | 0.68% | 0.82% | - |
| XYZ | 20.46 | 12.2 | 61.6 | - |
| YUV | 97.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 209 | 0.45 | 0.68 | 0 | 0.18 | 259.86 | 0.61 | 0.54 |
| Hex | 72 | 43 | D1 | 2D | 44 | 0 | 12 | 104 | 3D | 36 |
| Octal | 162 | 103 | 321 | 55 | 104 | 0 | 22 | 404 | 75 | 66 |
| Binary | 1110010 | 1000011 | 11010001 | 101101 | 1000100 | 0 | 10010 | 100000100 | 111101 | 110110 |
Color Harmonies of #7243D1
Complementary color
Monochromatic Colors of #7243D1
Black with #7243D1
Text Example
Text Example
White with #7243D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243D1; }
p { color: rgb(114,67,209); }
H1.HeaderClassName
{
color: #7243D1;
}
.AnyTagClassName
{
color: #7243D1;
}
</style>
background-color css
<style>
a { background-color: #7243D1; }
a { background-color: rgb(114,67,209); }
div.DivClassName
{
background-color: #7243D1;
}
.BgClassName
{
background-color: #7243D1;
}
</style>
border-color css
<style>
span { border-color: #7243D1; }
span { border-color: rgb(114,67,209); }
td.TdClassName
{
border-color: #7243D1;
}
.TagClassName
{
border-color: #7243D1;
}
</style>