Shades of Slate Blue #7546CB
Tints of Slate Blue #7546CB
RGB
CMYK
RGB Variations
Color information
#7546CB (or 0x7546CB) is known color: Slate Blue. HEX triplet: 75, 46 and CB. RGB value is (117,70,203). Sum of RGB (Red+Green+Blue) = 117+70+203=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #7546CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546CB is #8AB934. Grayscale: #626262. Windows color (decimal): -9091381 or 13321845. OLE color: 13321845.
HSL color Cylindrical-coordinate representation of color #7546CB: hue angle of 261.2º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7546CB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 70 | 203 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.20 |
| HSL | 261.2º | 0.56% | 0.54% | - |
| HSV(B) | 261.2º | 0.66% | 0.8% | - |
| XYZ | 20.31 | 12.47 | 57.84 | - |
| YUV | 99.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 203 | 0.42 | 0.66 | 0 | 0.20 | 261.2 | 0.56 | 0.54 |
| Hex | 75 | 46 | CB | 2A | 42 | 0 | 14 | 105 | 38 | 36 |
| Octal | 165 | 106 | 313 | 52 | 102 | 0 | 24 | 405 | 70 | 66 |
| Binary | 1110101 | 1000110 | 11001011 | 101010 | 1000010 | 0 | 10100 | 100000101 | 111000 | 110110 |
Color Harmonies of #7546CB
Complementary color
Monochromatic Colors of #7546CB
Black with #7546CB
Text Example
Text Example
White with #7546CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7546CB; }
p { color: rgb(117,70,203); }
H1.HeaderClassName
{
color: #7546CB;
}
.AnyTagClassName
{
color: #7546CB;
}
</style>
background-color css
<style>
a { background-color: #7546CB; }
a { background-color: rgb(117,70,203); }
div.DivClassName
{
background-color: #7546CB;
}
.BgClassName
{
background-color: #7546CB;
}
</style>
border-color css
<style>
span { border-color: #7546CB; }
span { border-color: rgb(117,70,203); }
td.TdClassName
{
border-color: #7546CB;
}
.TagClassName
{
border-color: #7546CB;
}
</style>