Shades of Slate Blue #755BC1
Tints of Slate Blue #755BC1
RGB
CMYK
RGB Variations
Color information
#755BC1 (or 0x755BC1) is known color: Slate Blue. HEX triplet: 75, 5B and C1. RGB value is (117,91,193). Sum of RGB (Red+Green+Blue) = 117+91+193=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #755BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BC1 is #8AA43E. Grayscale: #6E6E6E. Windows color (decimal): -9086015 or 12671861. OLE color: 12671861.
HSL color Cylindrical-coordinate representation of color #755BC1: hue angle of 255.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755BC1 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 91 | 193 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.24 |
| HSL | 255.29º | 0.45% | 0.56% | - |
| HSV(B) | 255.29º | 0.53% | 0.76% | - |
| XYZ | 20.7 | 15.11 | 52.28 | - |
| YUV | 110.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 193 | 0.39 | 0.53 | 0 | 0.24 | 255.29 | 0.45 | 0.56 |
| Hex | 75 | 5B | C1 | 27 | 35 | 0 | 18 | FF | 2D | 38 |
| Octal | 165 | 133 | 301 | 47 | 65 | 0 | 30 | 377 | 55 | 70 |
| Binary | 1110101 | 1011011 | 11000001 | 100111 | 110101 | 0 | 11000 | 11111111 | 101101 | 111000 |
Color Harmonies of #755BC1
Complementary color
Monochromatic Colors of #755BC1
Black with #755BC1
Text Example
Text Example
White with #755BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BC1; }
p { color: rgb(117,91,193); }
H1.HeaderClassName
{
color: #755BC1;
}
.AnyTagClassName
{
color: #755BC1;
}
</style>
background-color css
<style>
a { background-color: #755BC1; }
a { background-color: rgb(117,91,193); }
div.DivClassName
{
background-color: #755BC1;
}
.BgClassName
{
background-color: #755BC1;
}
</style>
border-color css
<style>
span { border-color: #755BC1; }
span { border-color: rgb(117,91,193); }
td.TdClassName
{
border-color: #755BC1;
}
.TagClassName
{
border-color: #755BC1;
}
</style>