Shades of Slate Blue #755BCD
Tints of Slate Blue #755BCD
RGB
CMYK
RGB Variations
Color information
#755BCD (or 0x755BCD) is known color: Slate Blue. HEX triplet: 75, 5B and CD. RGB value is (117,91,205). Sum of RGB (Red+Green+Blue) = 117+91+205=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #755BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BCD is #8AA432. Grayscale: #6F6F6F. Windows color (decimal): -9086003 or 13458293. OLE color: 13458293.
HSL color Cylindrical-coordinate representation of color #755BCD: hue angle of 253.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755BCD is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 91 | 205 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.20 |
| HSL | 253.68º | 0.53% | 0.58% | - |
| HSV(B) | 253.68º | 0.56% | 0.8% | - |
| XYZ | 22.1 | 15.67 | 59.62 | - |
| YUV | 111.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 205 | 0.43 | 0.56 | 0 | 0.20 | 253.68 | 0.53 | 0.58 |
| Hex | 75 | 5B | CD | 2B | 38 | 0 | 14 | FE | 35 | 3A |
| Octal | 165 | 133 | 315 | 53 | 70 | 0 | 24 | 376 | 65 | 72 |
| Binary | 1110101 | 1011011 | 11001101 | 101011 | 111000 | 0 | 10100 | 11111110 | 110101 | 111010 |
Color Harmonies of #755BCD
Complementary color
Monochromatic Colors of #755BCD
Black with #755BCD
Text Example
Text Example
White with #755BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BCD; }
p { color: rgb(117,91,205); }
H1.HeaderClassName
{
color: #755BCD;
}
.AnyTagClassName
{
color: #755BCD;
}
</style>
background-color css
<style>
a { background-color: #755BCD; }
a { background-color: rgb(117,91,205); }
div.DivClassName
{
background-color: #755BCD;
}
.BgClassName
{
background-color: #755BCD;
}
</style>
border-color css
<style>
span { border-color: #755BCD; }
span { border-color: rgb(117,91,205); }
td.TdClassName
{
border-color: #755BCD;
}
.TagClassName
{
border-color: #755BCD;
}
</style>