Shades of Slate Blue #755FCD
Tints of Slate Blue #755FCD
RGB
CMYK
RGB Variations
Color information
#755FCD (or 0x755FCD) is known color: Slate Blue. HEX triplet: 75, 5F and CD. RGB value is (117,95,205). Sum of RGB (Red+Green+Blue) = 117+95+205=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #755FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FCD is #8AA032. Grayscale: #717171. Windows color (decimal): -9084979 or 13459317. OLE color: 13459317.
HSL color Cylindrical-coordinate representation of color #755FCD: hue angle of 252º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755FCD is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 95 | 205 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.20 |
| HSL | 252º | 0.52% | 0.59% | - |
| HSV(B) | 252º | 0.54% | 0.8% | - |
| XYZ | 22.45 | 16.37 | 59.74 | - |
| YUV | 114.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 205 | 0.43 | 0.54 | 0 | 0.20 | 252 | 0.52 | 0.59 |
| Hex | 75 | 5F | CD | 2B | 36 | 0 | 14 | FC | 34 | 3B |
| Octal | 165 | 137 | 315 | 53 | 66 | 0 | 24 | 374 | 64 | 73 |
| Binary | 1110101 | 1011111 | 11001101 | 101011 | 110110 | 0 | 10100 | 11111100 | 110100 | 111011 |
Color Harmonies of #755FCD
Complementary color
Monochromatic Colors of #755FCD
Black with #755FCD
Text Example
Text Example
White with #755FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FCD; }
p { color: rgb(117,95,205); }
H1.HeaderClassName
{
color: #755FCD;
}
.AnyTagClassName
{
color: #755FCD;
}
</style>
background-color css
<style>
a { background-color: #755FCD; }
a { background-color: rgb(117,95,205); }
div.DivClassName
{
background-color: #755FCD;
}
.BgClassName
{
background-color: #755FCD;
}
</style>
border-color css
<style>
span { border-color: #755FCD; }
span { border-color: rgb(117,95,205); }
td.TdClassName
{
border-color: #755FCD;
}
.TagClassName
{
border-color: #755FCD;
}
</style>