Shades of Slate Blue #7048CB
Tints of Slate Blue #7048CB
RGB
CMYK
RGB Variations
Color information
#7048CB (or 0x7048CB) is known color: Slate Blue. HEX triplet: 70, 48 and CB. RGB value is (112,72,203). Sum of RGB (Red+Green+Blue) = 112+72+203=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #7048CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7048CB is #8FB734. Grayscale: #626262. Windows color (decimal): -9418549 or 13322352. OLE color: 13322352.
HSL color Cylindrical-coordinate representation of color #7048CB: hue angle of 258.32º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7048CB is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 72 | 203 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.20 |
| HSL | 258.32º | 0.56% | 0.54% | - |
| HSV(B) | 258.32º | 0.65% | 0.8% | - |
| XYZ | 19.78 | 12.39 | 57.85 | - |
| YUV | 98.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 203 | 0.45 | 0.65 | 0 | 0.20 | 258.32 | 0.56 | 0.54 |
| Hex | 70 | 48 | CB | 2D | 41 | 0 | 14 | 102 | 38 | 36 |
| Octal | 160 | 110 | 313 | 55 | 101 | 0 | 24 | 402 | 70 | 66 |
| Binary | 1110000 | 1001000 | 11001011 | 101101 | 1000001 | 0 | 10100 | 100000010 | 111000 | 110110 |
Color Harmonies of #7048CB
Complementary color
Monochromatic Colors of #7048CB
Black with #7048CB
Text Example
Text Example
White with #7048CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7048CB; }
p { color: rgb(112,72,203); }
H1.HeaderClassName
{
color: #7048CB;
}
.AnyTagClassName
{
color: #7048CB;
}
</style>
background-color css
<style>
a { background-color: #7048CB; }
a { background-color: rgb(112,72,203); }
div.DivClassName
{
background-color: #7048CB;
}
.BgClassName
{
background-color: #7048CB;
}
</style>
border-color css
<style>
span { border-color: #7048CB; }
span { border-color: rgb(112,72,203); }
td.TdClassName
{
border-color: #7048CB;
}
.TagClassName
{
border-color: #7048CB;
}
</style>