Shades of Slate Blue #7249CB
Tints of Slate Blue #7249CB
RGB
CMYK
RGB Variations
Color information
#7249CB (or 0x7249CB) is known color: Slate Blue. HEX triplet: 72, 49 and CB. RGB value is (114,73,203). Sum of RGB (Red+Green+Blue) = 114+73+203=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #7249CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249CB is #8DB634. Grayscale: #636363. Windows color (decimal): -9287221 or 13322610. OLE color: 13322610.
HSL color Cylindrical-coordinate representation of color #7249CB: hue angle of 258.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7249CB is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 73 | 203 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.20 |
| HSL | 258.92º | 0.56% | 0.54% | - |
| HSV(B) | 258.92º | 0.64% | 0.8% | - |
| XYZ | 20.1 | 12.65 | 57.88 | - |
| YUV | 100.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 203 | 0.44 | 0.64 | 0 | 0.20 | 258.92 | 0.56 | 0.54 |
| Hex | 72 | 49 | CB | 2C | 40 | 0 | 14 | 103 | 38 | 36 |
| Octal | 162 | 111 | 313 | 54 | 100 | 0 | 24 | 403 | 70 | 66 |
| Binary | 1110010 | 1001001 | 11001011 | 101100 | 1000000 | 0 | 10100 | 100000011 | 111000 | 110110 |
Color Harmonies of #7249CB
Complementary color
Monochromatic Colors of #7249CB
Black with #7249CB
Text Example
Text Example
White with #7249CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7249CB; }
p { color: rgb(114,73,203); }
H1.HeaderClassName
{
color: #7249CB;
}
.AnyTagClassName
{
color: #7249CB;
}
</style>
background-color css
<style>
a { background-color: #7249CB; }
a { background-color: rgb(114,73,203); }
div.DivClassName
{
background-color: #7249CB;
}
.BgClassName
{
background-color: #7249CB;
}
</style>
border-color css
<style>
span { border-color: #7249CB; }
span { border-color: rgb(114,73,203); }
td.TdClassName
{
border-color: #7249CB;
}
.TagClassName
{
border-color: #7249CB;
}
</style>