Shades of Slate Blue #7051CB
Tints of Slate Blue #7051CB
RGB
CMYK
RGB Variations
Color information
#7051CB (or 0x7051CB) is known color: Slate Blue. HEX triplet: 70, 51 and CB. RGB value is (112,81,203). Sum of RGB (Red+Green+Blue) = 112+81+203=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #7051CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051CB is #8FAE34. Grayscale: #676767. Windows color (decimal): -9416245 or 13324656. OLE color: 13324656.
HSL color Cylindrical-coordinate representation of color #7051CB: hue angle of 255.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7051CB is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 81 | 203 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.20 |
| HSL | 255.25º | 0.54% | 0.56% | - |
| HSV(B) | 255.25º | 0.6% | 0.8% | - |
| XYZ | 20.4 | 13.64 | 58.06 | - |
| YUV | 104.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 203 | 0.45 | 0.60 | 0 | 0.20 | 255.25 | 0.54 | 0.56 |
| Hex | 70 | 51 | CB | 2D | 3C | 0 | 14 | FF | 36 | 38 |
| Octal | 160 | 121 | 313 | 55 | 74 | 0 | 24 | 377 | 66 | 70 |
| Binary | 1110000 | 1010001 | 11001011 | 101101 | 111100 | 0 | 10100 | 11111111 | 110110 | 111000 |
Color Harmonies of #7051CB
Complementary color
Monochromatic Colors of #7051CB
Black with #7051CB
Text Example
Text Example
White with #7051CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051CB; }
p { color: rgb(112,81,203); }
H1.HeaderClassName
{
color: #7051CB;
}
.AnyTagClassName
{
color: #7051CB;
}
</style>
background-color css
<style>
a { background-color: #7051CB; }
a { background-color: rgb(112,81,203); }
div.DivClassName
{
background-color: #7051CB;
}
.BgClassName
{
background-color: #7051CB;
}
</style>
border-color css
<style>
span { border-color: #7051CB; }
span { border-color: rgb(112,81,203); }
td.TdClassName
{
border-color: #7051CB;
}
.TagClassName
{
border-color: #7051CB;
}
</style>