Shades of Slate Blue #7545CC
Tints of Slate Blue #7545CC
RGB
CMYK
RGB Variations
Color information
#7545CC (or 0x7545CC) is known color: Slate Blue. HEX triplet: 75, 45 and CC. RGB value is (117,69,204). Sum of RGB (Red+Green+Blue) = 117+69+204=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #7545CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545CC is #8ABA33. Grayscale: #626262. Windows color (decimal): -9091636 or 13387125. OLE color: 13387125.
HSL color Cylindrical-coordinate representation of color #7545CC: hue angle of 261.33º degrees, saturation: 0.57, 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 #7545CC is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 69 | 204 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.2 |
| HSL | 261.33º | 0.57% | 0.54% | - |
| HSV(B) | 261.33º | 0.66% | 0.8% | - |
| XYZ | 20.36 | 12.4 | 58.45 | - |
| YUV | 98.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 204 | 0.43 | 0.66 | 0 | 0.2 | 261.33 | 0.57 | 0.54 |
| Hex | 75 | 45 | CC | 2B | 42 | 0 | 14 | 105 | 39 | 36 |
| Octal | 165 | 105 | 314 | 53 | 102 | 0 | 24 | 405 | 71 | 66 |
| Binary | 1110101 | 1000101 | 11001100 | 101011 | 1000010 | 0 | 10100 | 100000101 | 111001 | 110110 |
Color Harmonies of #7545CC
Complementary color
Monochromatic Colors of #7545CC
Black with #7545CC
Text Example
Text Example
White with #7545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545CC; }
p { color: rgb(117,69,204); }
H1.HeaderClassName
{
color: #7545CC;
}
.AnyTagClassName
{
color: #7545CC;
}
</style>
background-color css
<style>
a { background-color: #7545CC; }
a { background-color: rgb(117,69,204); }
div.DivClassName
{
background-color: #7545CC;
}
.BgClassName
{
background-color: #7545CC;
}
</style>
border-color css
<style>
span { border-color: #7545CC; }
span { border-color: rgb(117,69,204); }
td.TdClassName
{
border-color: #7545CC;
}
.TagClassName
{
border-color: #7545CC;
}
</style>