Shades of Slate Blue #7243D6
Tints of Slate Blue #7243D6
RGB
CMYK
RGB Variations
Color information
#7243D6 (or 0x7243D6) is known color: Slate Blue. HEX triplet: 72, 43 and D6. RGB value is (114,67,214). Sum of RGB (Red+Green+Blue) = 114+67+214=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #7243D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243D6 is #8DBC29. Grayscale: #616161. Windows color (decimal): -9288746 or 14041970. OLE color: 14041970.
HSL color Cylindrical-coordinate representation of color #7243D6: hue angle of 259.18º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7243D6 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 67 | 214 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.16 |
| HSL | 259.18º | 0.64% | 0.55% | - |
| HSV(B) | 259.18º | 0.69% | 0.84% | - |
| XYZ | 21.08 | 12.45 | 64.91 | - |
| YUV | 97.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 214 | 0.47 | 0.69 | 0 | 0.16 | 259.18 | 0.64 | 0.55 |
| Hex | 72 | 43 | D6 | 2F | 45 | 0 | 10 | 103 | 40 | 37 |
| Octal | 162 | 103 | 326 | 57 | 105 | 0 | 20 | 403 | 100 | 67 |
| Binary | 1110010 | 1000011 | 11010110 | 101111 | 1000101 | 0 | 10000 | 100000011 | 1000000 | 110111 |
Color Harmonies of #7243D6
Complementary color
Monochromatic Colors of #7243D6
Black with #7243D6
Text Example
Text Example
White with #7243D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243D6; }
p { color: rgb(114,67,214); }
H1.HeaderClassName
{
color: #7243D6;
}
.AnyTagClassName
{
color: #7243D6;
}
</style>
background-color css
<style>
a { background-color: #7243D6; }
a { background-color: rgb(114,67,214); }
div.DivClassName
{
background-color: #7243D6;
}
.BgClassName
{
background-color: #7243D6;
}
</style>
border-color css
<style>
span { border-color: #7243D6; }
span { border-color: rgb(114,67,214); }
td.TdClassName
{
border-color: #7243D6;
}
.TagClassName
{
border-color: #7243D6;
}
</style>