Shades of Slate Blue #755EC8
Tints of Slate Blue #755EC8
RGB
CMYK
RGB Variations
Color information
#755EC8 (or 0x755EC8) is known color: Slate Blue. HEX triplet: 75, 5E and C8. RGB value is (117,94,200). Sum of RGB (Red+Green+Blue) = 117+94+200=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #755EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EC8 is #8AA137. Grayscale: #707070. Windows color (decimal): -9085240 or 13131381. OLE color: 13131381.
HSL color Cylindrical-coordinate representation of color #755EC8: hue angle of 253.02º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755EC8 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 94 | 200 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.22 |
| HSL | 253.02º | 0.49% | 0.58% | - |
| HSV(B) | 253.02º | 0.53% | 0.78% | - |
| XYZ | 21.76 | 15.96 | 56.58 | - |
| YUV | 112.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 200 | 0.42 | 0.53 | 0 | 0.22 | 253.02 | 0.49 | 0.58 |
| Hex | 75 | 5E | C8 | 2A | 35 | 0 | 16 | FD | 31 | 3A |
| Octal | 165 | 136 | 310 | 52 | 65 | 0 | 26 | 375 | 61 | 72 |
| Binary | 1110101 | 1011110 | 11001000 | 101010 | 110101 | 0 | 10110 | 11111101 | 110001 | 111010 |
Color Harmonies of #755EC8
Complementary color
Monochromatic Colors of #755EC8
Black with #755EC8
Text Example
Text Example
White with #755EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EC8; }
p { color: rgb(117,94,200); }
H1.HeaderClassName
{
color: #755EC8;
}
.AnyTagClassName
{
color: #755EC8;
}
</style>
background-color css
<style>
a { background-color: #755EC8; }
a { background-color: rgb(117,94,200); }
div.DivClassName
{
background-color: #755EC8;
}
.BgClassName
{
background-color: #755EC8;
}
</style>
border-color css
<style>
span { border-color: #755EC8; }
span { border-color: rgb(117,94,200); }
td.TdClassName
{
border-color: #755EC8;
}
.TagClassName
{
border-color: #755EC8;
}
</style>