Shades of Slate Blue #755BDD
Tints of Slate Blue #755BDD
RGB
CMYK
RGB Variations
Color information
#755BDD (or 0x755BDD) is known color: Slate Blue. HEX triplet: 75, 5B and DD. RGB value is (117,91,221). Sum of RGB (Red+Green+Blue) = 117+91+221=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #755BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BDD is #8AA422. Grayscale: #717171. Windows color (decimal): -9085987 or 14506869. OLE color: 14506869.
HSL color Cylindrical-coordinate representation of color #755BDD: hue angle of 252º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755BDD is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 91 | 221 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.13 |
| HSL | 252º | 0.66% | 0.61% | - |
| HSV(B) | 252º | 0.59% | 0.87% | - |
| XYZ | 24.13 | 16.48 | 70.32 | - |
| YUV | 113.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 221 | 0.47 | 0.59 | 0 | 0.13 | 252 | 0.66 | 0.61 |
| Hex | 75 | 5B | DD | 2F | 3B | 0 | D | FC | 42 | 3D |
| Octal | 165 | 133 | 335 | 57 | 73 | 0 | 15 | 374 | 102 | 75 |
| Binary | 1110101 | 1011011 | 11011101 | 101111 | 111011 | 0 | 1101 | 11111100 | 1000010 | 111101 |
Color Harmonies of #755BDD
Complementary color
Monochromatic Colors of #755BDD
Black with #755BDD
Text Example
Text Example
White with #755BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BDD; }
p { color: rgb(117,91,221); }
H1.HeaderClassName
{
color: #755BDD;
}
.AnyTagClassName
{
color: #755BDD;
}
</style>
background-color css
<style>
a { background-color: #755BDD; }
a { background-color: rgb(117,91,221); }
div.DivClassName
{
background-color: #755BDD;
}
.BgClassName
{
background-color: #755BDD;
}
</style>
border-color css
<style>
span { border-color: #755BDD; }
span { border-color: rgb(117,91,221); }
td.TdClassName
{
border-color: #755BDD;
}
.TagClassName
{
border-color: #755BDD;
}
</style>