Shades of Slate Blue #755BCF
Tints of Slate Blue #755BCF
RGB
CMYK
RGB Variations
Color information
#755BCF (or 0x755BCF) is known color: Slate Blue. HEX triplet: 75, 5B and CF. RGB value is (117,91,207). Sum of RGB (Red+Green+Blue) = 117+91+207=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #755BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BCF is #8AA430. Grayscale: #6F6F6F. Windows color (decimal): -9086001 or 13589365. OLE color: 13589365.
HSL color Cylindrical-coordinate representation of color #755BCF: hue angle of 253.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755BCF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 91 | 207 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.19 |
| HSL | 253.45º | 0.55% | 0.58% | - |
| HSV(B) | 253.45º | 0.56% | 0.81% | - |
| XYZ | 22.34 | 15.77 | 60.9 | - |
| YUV | 112 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 207 | 0.43 | 0.56 | 0 | 0.19 | 253.45 | 0.55 | 0.58 |
| Hex | 75 | 5B | CF | 2B | 38 | 0 | 13 | FD | 37 | 3A |
| Octal | 165 | 133 | 317 | 53 | 70 | 0 | 23 | 375 | 67 | 72 |
| Binary | 1110101 | 1011011 | 11001111 | 101011 | 111000 | 0 | 10011 | 11111101 | 110111 | 111010 |
Color Harmonies of #755BCF
Complementary color
Monochromatic Colors of #755BCF
Black with #755BCF
Text Example
Text Example
White with #755BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BCF; }
p { color: rgb(117,91,207); }
H1.HeaderClassName
{
color: #755BCF;
}
.AnyTagClassName
{
color: #755BCF;
}
</style>
background-color css
<style>
a { background-color: #755BCF; }
a { background-color: rgb(117,91,207); }
div.DivClassName
{
background-color: #755BCF;
}
.BgClassName
{
background-color: #755BCF;
}
</style>
border-color css
<style>
span { border-color: #755BCF; }
span { border-color: rgb(117,91,207); }
td.TdClassName
{
border-color: #755BCF;
}
.TagClassName
{
border-color: #755BCF;
}
</style>