Shades of Slate Blue #7545CB
Tints of Slate Blue #7545CB
RGB
CMYK
RGB Variations
Color information
#7545CB (or 0x7545CB) is known color: Slate Blue. HEX triplet: 75, 45 and CB. RGB value is (117,69,203). Sum of RGB (Red+Green+Blue) = 117+69+203=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #7545CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545CB is #8ABA34. Grayscale: #626262. Windows color (decimal): -9091637 or 13321589. OLE color: 13321589.
HSL color Cylindrical-coordinate representation of color #7545CB: hue angle of 261.49º 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 #7545CB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 69 | 203 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.20 |
| HSL | 261.49º | 0.56% | 0.53% | - |
| HSV(B) | 261.49º | 0.66% | 0.8% | - |
| XYZ | 20.24 | 12.35 | 57.82 | - |
| YUV | 98.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 203 | 0.42 | 0.66 | 0 | 0.20 | 261.49 | 0.56 | 0.53 |
| Hex | 75 | 45 | CB | 2A | 42 | 0 | 14 | 105 | 38 | 35 |
| Octal | 165 | 105 | 313 | 52 | 102 | 0 | 24 | 405 | 70 | 65 |
| Binary | 1110101 | 1000101 | 11001011 | 101010 | 1000010 | 0 | 10100 | 100000101 | 111000 | 110101 |
Color Harmonies of #7545CB
Complementary color
Monochromatic Colors of #7545CB
Black with #7545CB
Text Example
Text Example
White with #7545CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545CB; }
p { color: rgb(117,69,203); }
H1.HeaderClassName
{
color: #7545CB;
}
.AnyTagClassName
{
color: #7545CB;
}
</style>
background-color css
<style>
a { background-color: #7545CB; }
a { background-color: rgb(117,69,203); }
div.DivClassName
{
background-color: #7545CB;
}
.BgClassName
{
background-color: #7545CB;
}
</style>
border-color css
<style>
span { border-color: #7545CB; }
span { border-color: rgb(117,69,203); }
td.TdClassName
{
border-color: #7545CB;
}
.TagClassName
{
border-color: #7545CB;
}
</style>