Shades of Slate Blue #755EDC
Tints of Slate Blue #755EDC
RGB
CMYK
RGB Variations
Color information
#755EDC (or 0x755EDC) is known color: Slate Blue. HEX triplet: 75, 5E and DC. RGB value is (117,94,220). Sum of RGB (Red+Green+Blue) = 117+94+220=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #755EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EDC is #8AA123. Grayscale: #727272. Windows color (decimal): -9085220 or 14442101. OLE color: 14442101.
HSL color Cylindrical-coordinate representation of color #755EDC: hue angle of 250.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755EDC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 94 | 220 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.14 |
| HSL | 250.95º | 0.64% | 0.62% | - |
| HSV(B) | 250.95º | 0.57% | 0.86% | - |
| XYZ | 24.26 | 16.95 | 69.7 | - |
| YUV | 115.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 220 | 0.47 | 0.57 | 0 | 0.14 | 250.95 | 0.64 | 0.62 |
| Hex | 75 | 5E | DC | 2F | 39 | 0 | E | FB | 40 | 3E |
| Octal | 165 | 136 | 334 | 57 | 71 | 0 | 16 | 373 | 100 | 76 |
| Binary | 1110101 | 1011110 | 11011100 | 101111 | 111001 | 0 | 1110 | 11111011 | 1000000 | 111110 |
Color Harmonies of #755EDC
Complementary color
Monochromatic Colors of #755EDC
Black with #755EDC
Text Example
Text Example
White with #755EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EDC; }
p { color: rgb(117,94,220); }
H1.HeaderClassName
{
color: #755EDC;
}
.AnyTagClassName
{
color: #755EDC;
}
</style>
background-color css
<style>
a { background-color: #755EDC; }
a { background-color: rgb(117,94,220); }
div.DivClassName
{
background-color: #755EDC;
}
.BgClassName
{
background-color: #755EDC;
}
</style>
border-color css
<style>
span { border-color: #755EDC; }
span { border-color: rgb(117,94,220); }
td.TdClassName
{
border-color: #755EDC;
}
.TagClassName
{
border-color: #755EDC;
}
</style>