Shades of Slate Blue #755DC8
Tints of Slate Blue #755DC8
RGB
CMYK
RGB Variations
Color information
#755DC8 (or 0x755DC8) is known color: Slate Blue. HEX triplet: 75, 5D and C8. RGB value is (117,93,200). Sum of RGB (Red+Green+Blue) = 117+93+200=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #755DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC8 is #8AA237. Grayscale: #6F6F6F. Windows color (decimal): -9085496 or 13131125. OLE color: 13131125.
HSL color Cylindrical-coordinate representation of color #755DC8: hue angle of 253.46º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755DC8 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 93 | 200 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.22 |
| HSL | 253.46º | 0.49% | 0.57% | - |
| HSV(B) | 253.46º | 0.54% | 0.78% | - |
| XYZ | 21.68 | 15.78 | 56.55 | - |
| YUV | 112.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 200 | 0.42 | 0.54 | 0 | 0.22 | 253.46 | 0.49 | 0.57 |
| Hex | 75 | 5D | C8 | 2A | 36 | 0 | 16 | FD | 31 | 39 |
| Octal | 165 | 135 | 310 | 52 | 66 | 0 | 26 | 375 | 61 | 71 |
| Binary | 1110101 | 1011101 | 11001000 | 101010 | 110110 | 0 | 10110 | 11111101 | 110001 | 111001 |
Color Harmonies of #755DC8
Complementary color
Monochromatic Colors of #755DC8
Black with #755DC8
Text Example
Text Example
White with #755DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DC8; }
p { color: rgb(117,93,200); }
H1.HeaderClassName
{
color: #755DC8;
}
.AnyTagClassName
{
color: #755DC8;
}
</style>
background-color css
<style>
a { background-color: #755DC8; }
a { background-color: rgb(117,93,200); }
div.DivClassName
{
background-color: #755DC8;
}
.BgClassName
{
background-color: #755DC8;
}
</style>
border-color css
<style>
span { border-color: #755DC8; }
span { border-color: rgb(117,93,200); }
td.TdClassName
{
border-color: #755DC8;
}
.TagClassName
{
border-color: #755DC8;
}
</style>