Shades of Slate Blue #755CCA
Tints of Slate Blue #755CCA
RGB
CMYK
RGB Variations
Color information
#755CCA (or 0x755CCA) is known color: Slate Blue. HEX triplet: 75, 5C and CA. RGB value is (117,92,202). Sum of RGB (Red+Green+Blue) = 117+92+202=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #755CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CCA is #8AA335. Grayscale: #6F6F6F. Windows color (decimal): -9085750 or 13261941. OLE color: 13261941.
HSL color Cylindrical-coordinate representation of color #755CCA: hue angle of 253.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755CCA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 92 | 202 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.21 |
| HSL | 253.64º | 0.51% | 0.58% | - |
| HSV(B) | 253.64º | 0.54% | 0.79% | - |
| XYZ | 21.82 | 15.7 | 57.76 | - |
| YUV | 112.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 202 | 0.42 | 0.54 | 0 | 0.21 | 253.64 | 0.51 | 0.58 |
| Hex | 75 | 5C | CA | 2A | 36 | 0 | 15 | FE | 33 | 3A |
| Octal | 165 | 134 | 312 | 52 | 66 | 0 | 25 | 376 | 63 | 72 |
| Binary | 1110101 | 1011100 | 11001010 | 101010 | 110110 | 0 | 10101 | 11111110 | 110011 | 111010 |
Color Harmonies of #755CCA
Complementary color
Monochromatic Colors of #755CCA
Black with #755CCA
Text Example
Text Example
White with #755CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CCA; }
p { color: rgb(117,92,202); }
H1.HeaderClassName
{
color: #755CCA;
}
.AnyTagClassName
{
color: #755CCA;
}
</style>
background-color css
<style>
a { background-color: #755CCA; }
a { background-color: rgb(117,92,202); }
div.DivClassName
{
background-color: #755CCA;
}
.BgClassName
{
background-color: #755CCA;
}
</style>
border-color css
<style>
span { border-color: #755CCA; }
span { border-color: rgb(117,92,202); }
td.TdClassName
{
border-color: #755CCA;
}
.TagClassName
{
border-color: #755CCA;
}
</style>