Shades of Slate Blue #755DC4
Tints of Slate Blue #755DC4
RGB
CMYK
RGB Variations
Color information
#755DC4 (or 0x755DC4) is known color: Slate Blue. HEX triplet: 75, 5D and C4. RGB value is (117,93,196). Sum of RGB (Red+Green+Blue) = 117+93+196=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #755DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DC4 is #8AA23B. Grayscale: #6F6F6F. Windows color (decimal): -9085500 or 12868981. OLE color: 12868981.
HSL color Cylindrical-coordinate representation of color #755DC4: hue angle of 253.98º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755DC4 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 93 | 196 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.23 |
| HSL | 253.98º | 0.47% | 0.57% | - |
| HSV(B) | 253.98º | 0.53% | 0.77% | - |
| XYZ | 21.21 | 15.6 | 54.12 | - |
| YUV | 111.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 196 | 0.40 | 0.53 | 0 | 0.23 | 253.98 | 0.47 | 0.57 |
| Hex | 75 | 5D | C4 | 28 | 35 | 0 | 17 | FE | 2F | 39 |
| Octal | 165 | 135 | 304 | 50 | 65 | 0 | 27 | 376 | 57 | 71 |
| Binary | 1110101 | 1011101 | 11000100 | 101000 | 110101 | 0 | 10111 | 11111110 | 101111 | 111001 |
Color Harmonies of #755DC4
Complementary color
Monochromatic Colors of #755DC4
Black with #755DC4
Text Example
Text Example
White with #755DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DC4; }
p { color: rgb(117,93,196); }
H1.HeaderClassName
{
color: #755DC4;
}
.AnyTagClassName
{
color: #755DC4;
}
</style>
background-color css
<style>
a { background-color: #755DC4; }
a { background-color: rgb(117,93,196); }
div.DivClassName
{
background-color: #755DC4;
}
.BgClassName
{
background-color: #755DC4;
}
</style>
border-color css
<style>
span { border-color: #755DC4; }
span { border-color: rgb(117,93,196); }
td.TdClassName
{
border-color: #755DC4;
}
.TagClassName
{
border-color: #755DC4;
}
</style>