Shades of Slate Blue #755DCE
Tints of Slate Blue #755DCE
RGB
CMYK
RGB Variations
Color information
#755DCE (or 0x755DCE) is known color: Slate Blue. HEX triplet: 75, 5D and CE. RGB value is (117,93,206). Sum of RGB (Red+Green+Blue) = 117+93+206=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #755DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DCE is #8AA231. Grayscale: #707070. Windows color (decimal): -9085490 or 13524341. OLE color: 13524341.
HSL color Cylindrical-coordinate representation of color #755DCE: hue angle of 252.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755DCE is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 93 | 206 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.19 |
| HSL | 252.74º | 0.54% | 0.59% | - |
| HSV(B) | 252.74º | 0.55% | 0.81% | - |
| XYZ | 22.39 | 16.07 | 60.31 | - |
| YUV | 113.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 206 | 0.43 | 0.55 | 0 | 0.19 | 252.74 | 0.54 | 0.59 |
| Hex | 75 | 5D | CE | 2B | 37 | 0 | 13 | FD | 36 | 3B |
| Octal | 165 | 135 | 316 | 53 | 67 | 0 | 23 | 375 | 66 | 73 |
| Binary | 1110101 | 1011101 | 11001110 | 101011 | 110111 | 0 | 10011 | 11111101 | 110110 | 111011 |
Color Harmonies of #755DCE
Complementary color
Monochromatic Colors of #755DCE
Black with #755DCE
Text Example
Text Example
White with #755DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DCE; }
p { color: rgb(117,93,206); }
H1.HeaderClassName
{
color: #755DCE;
}
.AnyTagClassName
{
color: #755DCE;
}
</style>
background-color css
<style>
a { background-color: #755DCE; }
a { background-color: rgb(117,93,206); }
div.DivClassName
{
background-color: #755DCE;
}
.BgClassName
{
background-color: #755DCE;
}
</style>
border-color css
<style>
span { border-color: #755DCE; }
span { border-color: rgb(117,93,206); }
td.TdClassName
{
border-color: #755DCE;
}
.TagClassName
{
border-color: #755DCE;
}
</style>