Shades of Slate Blue #755FDD
Tints of Slate Blue #755FDD
RGB
CMYK
RGB Variations
Color information
#755FDD (or 0x755FDD) is known color: Slate Blue. HEX triplet: 75, 5F and DD. RGB value is (117,95,221). Sum of RGB (Red+Green+Blue) = 117+95+221=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #755FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FDD is #8AA022. Grayscale: #737373. Windows color (decimal): -9084963 or 14507893. OLE color: 14507893.
HSL color Cylindrical-coordinate representation of color #755FDD: hue angle of 250.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755FDD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 95 | 221 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.13 |
| HSL | 250.48º | 0.65% | 0.62% | - |
| HSV(B) | 250.48º | 0.57% | 0.87% | - |
| XYZ | 24.48 | 17.19 | 70.43 | - |
| YUV | 115.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 221 | 0.47 | 0.57 | 0 | 0.13 | 250.48 | 0.65 | 0.62 |
| Hex | 75 | 5F | DD | 2F | 39 | 0 | D | FA | 41 | 3E |
| Octal | 165 | 137 | 335 | 57 | 71 | 0 | 15 | 372 | 101 | 76 |
| Binary | 1110101 | 1011111 | 11011101 | 101111 | 111001 | 0 | 1101 | 11111010 | 1000001 | 111110 |
Color Harmonies of #755FDD
Complementary color
Monochromatic Colors of #755FDD
Black with #755FDD
Text Example
Text Example
White with #755FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FDD; }
p { color: rgb(117,95,221); }
H1.HeaderClassName
{
color: #755FDD;
}
.AnyTagClassName
{
color: #755FDD;
}
</style>
background-color css
<style>
a { background-color: #755FDD; }
a { background-color: rgb(117,95,221); }
div.DivClassName
{
background-color: #755FDD;
}
.BgClassName
{
background-color: #755FDD;
}
</style>
border-color css
<style>
span { border-color: #755FDD; }
span { border-color: rgb(117,95,221); }
td.TdClassName
{
border-color: #755FDD;
}
.TagClassName
{
border-color: #755FDD;
}
</style>