Shades of Slate Blue #754BDE
Tints of Slate Blue #754BDE
RGB
CMYK
RGB Variations
Color information
#754BDE (or 0x754BDE) is known color: Slate Blue. HEX triplet: 75, 4B and DE. RGB value is (117,75,222). Sum of RGB (Red+Green+Blue) = 117+75+222=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #754BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BDE is #8AB421. Grayscale: #676767. Windows color (decimal): -9090082 or 14568309. OLE color: 14568309.
HSL color Cylindrical-coordinate representation of color #754BDE: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754BDE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 75 | 222 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.13 |
| HSL | 257.14º | 0.69% | 0.58% | - |
| HSV(B) | 257.14º | 0.66% | 0.87% | - |
| XYZ | 23.04 | 14.09 | 70.61 | - |
| YUV | 104.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 222 | 0.47 | 0.66 | 0 | 0.13 | 257.14 | 0.69 | 0.58 |
| Hex | 75 | 4B | DE | 2F | 42 | 0 | D | 101 | 45 | 3A |
| Octal | 165 | 113 | 336 | 57 | 102 | 0 | 15 | 401 | 105 | 72 |
| Binary | 1110101 | 1001011 | 11011110 | 101111 | 1000010 | 0 | 1101 | 100000001 | 1000101 | 111010 |
Color Harmonies of #754BDE
Complementary color
Monochromatic Colors of #754BDE
Black with #754BDE
Text Example
Text Example
White with #754BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BDE; }
p { color: rgb(117,75,222); }
H1.HeaderClassName
{
color: #754BDE;
}
.AnyTagClassName
{
color: #754BDE;
}
</style>
background-color css
<style>
a { background-color: #754BDE; }
a { background-color: rgb(117,75,222); }
div.DivClassName
{
background-color: #754BDE;
}
.BgClassName
{
background-color: #754BDE;
}
</style>
border-color css
<style>
span { border-color: #754BDE; }
span { border-color: rgb(117,75,222); }
td.TdClassName
{
border-color: #754BDE;
}
.TagClassName
{
border-color: #754BDE;
}
</style>