Shades of Slate Blue #7345CB
Tints of Slate Blue #7345CB
RGB
CMYK
RGB Variations
Color information
#7345CB (or 0x7345CB) is known color: Slate Blue. HEX triplet: 73, 45 and CB. RGB value is (115,69,203). Sum of RGB (Red+Green+Blue) = 115+69+203=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 69 (27.34% from 255 or 17.83% 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 #7345CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345CB is #8CBA34. Grayscale: #616161. Windows color (decimal): -9222709 or 13321587. OLE color: 13321587.
HSL color Cylindrical-coordinate representation of color #7345CB: hue angle of 260.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7345CB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 69 | 203 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.20 |
| HSL | 260.6º | 0.56% | 0.53% | - |
| HSV(B) | 260.6º | 0.66% | 0.8% | - |
| XYZ | 19.98 | 12.21 | 57.8 | - |
| YUV | 98.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 203 | 0.43 | 0.66 | 0 | 0.20 | 260.6 | 0.56 | 0.53 |
| Hex | 73 | 45 | CB | 2B | 42 | 0 | 14 | 105 | 38 | 35 |
| Octal | 163 | 105 | 313 | 53 | 102 | 0 | 24 | 405 | 70 | 65 |
| Binary | 1110011 | 1000101 | 11001011 | 101011 | 1000010 | 0 | 10100 | 100000101 | 111000 | 110101 |
Color Harmonies of #7345CB
Complementary color
Monochromatic Colors of #7345CB
Black with #7345CB
Text Example
Text Example
White with #7345CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345CB; }
p { color: rgb(115,69,203); }
H1.HeaderClassName
{
color: #7345CB;
}
.AnyTagClassName
{
color: #7345CB;
}
</style>
background-color css
<style>
a { background-color: #7345CB; }
a { background-color: rgb(115,69,203); }
div.DivClassName
{
background-color: #7345CB;
}
.BgClassName
{
background-color: #7345CB;
}
</style>
border-color css
<style>
span { border-color: #7345CB; }
span { border-color: rgb(115,69,203); }
td.TdClassName
{
border-color: #7345CB;
}
.TagClassName
{
border-color: #7345CB;
}
</style>