Shades of Slate Blue #754BC1
Tints of Slate Blue #754BC1
RGB
CMYK
RGB Variations
Color information
#754BC1 (or 0x754BC1) is known color: Slate Blue. HEX triplet: 75, 4B and C1. RGB value is (117,75,193). Sum of RGB (Red+Green+Blue) = 117+75+193=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #754BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BC1 is #8AB43E. Grayscale: #646464. Windows color (decimal): -9090111 or 12667765. OLE color: 12667765.
HSL color Cylindrical-coordinate representation of color #754BC1: hue angle of 261.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754BC1 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 75 | 193 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.24 |
| HSL | 261.36º | 0.49% | 0.53% | - |
| HSV(B) | 261.36º | 0.61% | 0.76% | - |
| XYZ | 19.48 | 12.66 | 51.87 | - |
| YUV | 101.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 193 | 0.39 | 0.61 | 0 | 0.24 | 261.36 | 0.49 | 0.53 |
| Hex | 75 | 4B | C1 | 27 | 3D | 0 | 18 | 105 | 31 | 35 |
| Octal | 165 | 113 | 301 | 47 | 75 | 0 | 30 | 405 | 61 | 65 |
| Binary | 1110101 | 1001011 | 11000001 | 100111 | 111101 | 0 | 11000 | 100000101 | 110001 | 110101 |
Color Harmonies of #754BC1
Complementary color
Monochromatic Colors of #754BC1
Black with #754BC1
Text Example
Text Example
White with #754BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BC1; }
p { color: rgb(117,75,193); }
H1.HeaderClassName
{
color: #754BC1;
}
.AnyTagClassName
{
color: #754BC1;
}
</style>
background-color css
<style>
a { background-color: #754BC1; }
a { background-color: rgb(117,75,193); }
div.DivClassName
{
background-color: #754BC1;
}
.BgClassName
{
background-color: #754BC1;
}
</style>
border-color css
<style>
span { border-color: #754BC1; }
span { border-color: rgb(117,75,193); }
td.TdClassName
{
border-color: #754BC1;
}
.TagClassName
{
border-color: #754BC1;
}
</style>