Shades of Slate Blue #7243DC
Tints of Slate Blue #7243DC
RGB
CMYK
RGB Variations
Color information
#7243DC (or 0x7243DC) is known color: Slate Blue. HEX triplet: 72, 43 and DC. RGB value is (114,67,220). Sum of RGB (Red+Green+Blue) = 114+67+220=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #7243DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243DC is #8DBC23. Grayscale: #616161. Windows color (decimal): -9288740 or 14435186. OLE color: 14435186.
HSL color Cylindrical-coordinate representation of color #7243DC: hue angle of 258.43º degrees, saturation: 0.69, 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 #7243DC is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 67 | 220 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.14 |
| HSL | 258.43º | 0.69% | 0.56% | - |
| HSV(B) | 258.43º | 0.7% | 0.86% | - |
| XYZ | 21.86 | 12.76 | 69.02 | - |
| YUV | 98.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 220 | 0.48 | 0.70 | 0 | 0.14 | 258.43 | 0.69 | 0.56 |
| Hex | 72 | 43 | DC | 30 | 46 | 0 | E | 102 | 45 | 38 |
| Octal | 162 | 103 | 334 | 60 | 106 | 0 | 16 | 402 | 105 | 70 |
| Binary | 1110010 | 1000011 | 11011100 | 110000 | 1000110 | 0 | 1110 | 100000010 | 1000101 | 111000 |
Color Harmonies of #7243DC
Complementary color
Monochromatic Colors of #7243DC
Black with #7243DC
Text Example
Text Example
White with #7243DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243DC; }
p { color: rgb(114,67,220); }
H1.HeaderClassName
{
color: #7243DC;
}
.AnyTagClassName
{
color: #7243DC;
}
</style>
background-color css
<style>
a { background-color: #7243DC; }
a { background-color: rgb(114,67,220); }
div.DivClassName
{
background-color: #7243DC;
}
.BgClassName
{
background-color: #7243DC;
}
</style>
border-color css
<style>
span { border-color: #7243DC; }
span { border-color: rgb(114,67,220); }
td.TdClassName
{
border-color: #7243DC;
}
.TagClassName
{
border-color: #7243DC;
}
</style>