Shades of Slate Blue #755FC0
Tints of Slate Blue #755FC0
RGB
CMYK
RGB Variations
Color information
#755FC0 (or 0x755FC0) is known color: Slate Blue. HEX triplet: 75, 5F and C0. RGB value is (117,95,192). Sum of RGB (Red+Green+Blue) = 117+95+192=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #755FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FC0 is #8AA03F. Grayscale: #707070. Windows color (decimal): -9084992 or 12607349. OLE color: 12607349.
HSL color Cylindrical-coordinate representation of color #755FC0: hue angle of 253.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755FC0 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 95 | 192 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.25 |
| HSL | 253.61º | 0.43% | 0.56% | - |
| HSV(B) | 253.61º | 0.51% | 0.75% | - |
| XYZ | 20.94 | 15.77 | 51.81 | - |
| YUV | 112.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 192 | 0.39 | 0.51 | 0 | 0.25 | 253.61 | 0.43 | 0.56 |
| Hex | 75 | 5F | C0 | 27 | 33 | 0 | 19 | FE | 2B | 38 |
| Octal | 165 | 137 | 300 | 47 | 63 | 0 | 31 | 376 | 53 | 70 |
| Binary | 1110101 | 1011111 | 11000000 | 100111 | 110011 | 0 | 11001 | 11111110 | 101011 | 111000 |
Color Harmonies of #755FC0
Complementary color
Monochromatic Colors of #755FC0
Black with #755FC0
Text Example
Text Example
White with #755FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FC0; }
p { color: rgb(117,95,192); }
H1.HeaderClassName
{
color: #755FC0;
}
.AnyTagClassName
{
color: #755FC0;
}
</style>
background-color css
<style>
a { background-color: #755FC0; }
a { background-color: rgb(117,95,192); }
div.DivClassName
{
background-color: #755FC0;
}
.BgClassName
{
background-color: #755FC0;
}
</style>
border-color css
<style>
span { border-color: #755FC0; }
span { border-color: rgb(117,95,192); }
td.TdClassName
{
border-color: #755FC0;
}
.TagClassName
{
border-color: #755FC0;
}
</style>