Shades of Slate Blue #755AC1
Tints of Slate Blue #755AC1
RGB
CMYK
RGB Variations
Color information
#755AC1 (or 0x755AC1) is known color: Slate Blue. HEX triplet: 75, 5A and C1. RGB value is (117,90,193). Sum of RGB (Red+Green+Blue) = 117+90+193=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #755AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AC1 is #8AA53E. Grayscale: #6D6D6D. Windows color (decimal): -9086271 or 12671605. OLE color: 12671605.
HSL color Cylindrical-coordinate representation of color #755AC1: hue angle of 255.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755AC1 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 90 | 193 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.24 |
| HSL | 255.73º | 0.45% | 0.55% | - |
| HSV(B) | 255.73º | 0.53% | 0.76% | - |
| XYZ | 20.62 | 14.94 | 52.25 | - |
| YUV | 109.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 193 | 0.39 | 0.53 | 0 | 0.24 | 255.73 | 0.45 | 0.55 |
| Hex | 75 | 5A | C1 | 27 | 35 | 0 | 18 | 100 | 2D | 37 |
| Octal | 165 | 132 | 301 | 47 | 65 | 0 | 30 | 400 | 55 | 67 |
| Binary | 1110101 | 1011010 | 11000001 | 100111 | 110101 | 0 | 11000 | 100000000 | 101101 | 110111 |
Color Harmonies of #755AC1
Complementary color
Monochromatic Colors of #755AC1
Black with #755AC1
Text Example
Text Example
White with #755AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AC1; }
p { color: rgb(117,90,193); }
H1.HeaderClassName
{
color: #755AC1;
}
.AnyTagClassName
{
color: #755AC1;
}
</style>
background-color css
<style>
a { background-color: #755AC1; }
a { background-color: rgb(117,90,193); }
div.DivClassName
{
background-color: #755AC1;
}
.BgClassName
{
background-color: #755AC1;
}
</style>
border-color css
<style>
span { border-color: #755AC1; }
span { border-color: rgb(117,90,193); }
td.TdClassName
{
border-color: #755AC1;
}
.TagClassName
{
border-color: #755AC1;
}
</style>