Shades of Slate Blue #755CC6
Tints of Slate Blue #755CC6
RGB
CMYK
RGB Variations
Color information
#755CC6 (or 0x755CC6) is known color: Slate Blue. HEX triplet: 75, 5C and C6. RGB value is (117,92,198). Sum of RGB (Red+Green+Blue) = 117+92+198=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #755CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CC6 is #8AA339. Grayscale: #6F6F6F. Windows color (decimal): -9085754 or 12999797. OLE color: 12999797.
HSL color Cylindrical-coordinate representation of color #755CC6: hue angle of 254.15º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755CC6 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 92 | 198 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.22 |
| HSL | 254.15º | 0.48% | 0.57% | - |
| HSV(B) | 254.15º | 0.54% | 0.78% | - |
| XYZ | 21.36 | 15.51 | 55.29 | - |
| YUV | 111.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 198 | 0.41 | 0.54 | 0 | 0.22 | 254.15 | 0.48 | 0.57 |
| Hex | 75 | 5C | C6 | 29 | 36 | 0 | 16 | FE | 30 | 39 |
| Octal | 165 | 134 | 306 | 51 | 66 | 0 | 26 | 376 | 60 | 71 |
| Binary | 1110101 | 1011100 | 11000110 | 101001 | 110110 | 0 | 10110 | 11111110 | 110000 | 111001 |
Color Harmonies of #755CC6
Complementary color
Monochromatic Colors of #755CC6
Black with #755CC6
Text Example
Text Example
White with #755CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CC6; }
p { color: rgb(117,92,198); }
H1.HeaderClassName
{
color: #755CC6;
}
.AnyTagClassName
{
color: #755CC6;
}
</style>
background-color css
<style>
a { background-color: #755CC6; }
a { background-color: rgb(117,92,198); }
div.DivClassName
{
background-color: #755CC6;
}
.BgClassName
{
background-color: #755CC6;
}
</style>
border-color css
<style>
span { border-color: #755CC6; }
span { border-color: rgb(117,92,198); }
td.TdClassName
{
border-color: #755CC6;
}
.TagClassName
{
border-color: #755CC6;
}
</style>