Shades of Slate Blue #755BDC
Tints of Slate Blue #755BDC
RGB
CMYK
RGB Variations
Color information
#755BDC (or 0x755BDC) is known color: Slate Blue. HEX triplet: 75, 5B and DC. RGB value is (117,91,220). Sum of RGB (Red+Green+Blue) = 117+91+220=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #755BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BDC is #8AA423. Grayscale: #707070. Windows color (decimal): -9085988 or 14441333. OLE color: 14441333.
HSL color Cylindrical-coordinate representation of color #755BDC: hue angle of 252.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755BDC is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 91 | 220 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.14 |
| HSL | 252.09º | 0.65% | 0.61% | - |
| HSV(B) | 252.09º | 0.59% | 0.86% | - |
| XYZ | 24 | 16.43 | 69.62 | - |
| YUV | 113.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 220 | 0.47 | 0.59 | 0 | 0.14 | 252.09 | 0.65 | 0.61 |
| Hex | 75 | 5B | DC | 2F | 3B | 0 | E | FC | 41 | 3D |
| Octal | 165 | 133 | 334 | 57 | 73 | 0 | 16 | 374 | 101 | 75 |
| Binary | 1110101 | 1011011 | 11011100 | 101111 | 111011 | 0 | 1110 | 11111100 | 1000001 | 111101 |
Color Harmonies of #755BDC
Complementary color
Monochromatic Colors of #755BDC
Black with #755BDC
Text Example
Text Example
White with #755BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BDC; }
p { color: rgb(117,91,220); }
H1.HeaderClassName
{
color: #755BDC;
}
.AnyTagClassName
{
color: #755BDC;
}
</style>
background-color css
<style>
a { background-color: #755BDC; }
a { background-color: rgb(117,91,220); }
div.DivClassName
{
background-color: #755BDC;
}
.BgClassName
{
background-color: #755BDC;
}
</style>
border-color css
<style>
span { border-color: #755BDC; }
span { border-color: rgb(117,91,220); }
td.TdClassName
{
border-color: #755BDC;
}
.TagClassName
{
border-color: #755BDC;
}
</style>