Shades of Slate Blue #7351CB
Tints of Slate Blue #7351CB
RGB
CMYK
RGB Variations
Color information
#7351CB (or 0x7351CB) is known color: Slate Blue. HEX triplet: 73, 51 and CB. RGB value is (115,81,203). Sum of RGB (Red+Green+Blue) = 115+81+203=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #7351CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351CB is #8CAE34. Grayscale: #686868. Windows color (decimal): -9219637 or 13324659. OLE color: 13324659.
HSL color Cylindrical-coordinate representation of color #7351CB: hue angle of 256.72º 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 #7351CB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 81 | 203 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.20 |
| HSL | 256.72º | 0.54% | 0.56% | - |
| HSV(B) | 256.72º | 0.6% | 0.8% | - |
| XYZ | 20.79 | 13.84 | 58.08 | - |
| YUV | 105.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 203 | 0.43 | 0.60 | 0 | 0.20 | 256.72 | 0.54 | 0.56 |
| Hex | 73 | 51 | CB | 2B | 3C | 0 | 14 | 101 | 36 | 38 |
| Octal | 163 | 121 | 313 | 53 | 74 | 0 | 24 | 401 | 66 | 70 |
| Binary | 1110011 | 1010001 | 11001011 | 101011 | 111100 | 0 | 10100 | 100000001 | 110110 | 111000 |
Color Harmonies of #7351CB
Complementary color
Monochromatic Colors of #7351CB
Black with #7351CB
Text Example
Text Example
White with #7351CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7351CB; }
p { color: rgb(115,81,203); }
H1.HeaderClassName
{
color: #7351CB;
}
.AnyTagClassName
{
color: #7351CB;
}
</style>
background-color css
<style>
a { background-color: #7351CB; }
a { background-color: rgb(115,81,203); }
div.DivClassName
{
background-color: #7351CB;
}
.BgClassName
{
background-color: #7351CB;
}
</style>
border-color css
<style>
span { border-color: #7351CB; }
span { border-color: rgb(115,81,203); }
td.TdClassName
{
border-color: #7351CB;
}
.TagClassName
{
border-color: #7351CB;
}
</style>