Shades of Slate Blue #754ADE
Tints of Slate Blue #754ADE
RGB
CMYK
RGB Variations
Color information
#754ADE (or 0x754ADE) is known color: Slate Blue. HEX triplet: 75, 4A and DE. RGB value is (117,74,222). Sum of RGB (Red+Green+Blue) = 117+74+222=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #754ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ADE is #8AB521. Grayscale: #676767. Windows color (decimal): -9090338 or 14568053. OLE color: 14568053.
HSL color Cylindrical-coordinate representation of color #754ADE: hue angle of 257.43º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754ADE is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 74 | 222 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.13 |
| HSL | 257.43º | 0.69% | 0.58% | - |
| HSV(B) | 257.43º | 0.67% | 0.87% | - |
| XYZ | 22.97 | 13.95 | 70.59 | - |
| YUV | 103.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 222 | 0.47 | 0.67 | 0 | 0.13 | 257.43 | 0.69 | 0.58 |
| Hex | 75 | 4A | DE | 2F | 43 | 0 | D | 101 | 45 | 3A |
| Octal | 165 | 112 | 336 | 57 | 103 | 0 | 15 | 401 | 105 | 72 |
| Binary | 1110101 | 1001010 | 11011110 | 101111 | 1000011 | 0 | 1101 | 100000001 | 1000101 | 111010 |
Color Harmonies of #754ADE
Complementary color
Monochromatic Colors of #754ADE
Black with #754ADE
Text Example
Text Example
White with #754ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ADE; }
p { color: rgb(117,74,222); }
H1.HeaderClassName
{
color: #754ADE;
}
.AnyTagClassName
{
color: #754ADE;
}
</style>
background-color css
<style>
a { background-color: #754ADE; }
a { background-color: rgb(117,74,222); }
div.DivClassName
{
background-color: #754ADE;
}
.BgClassName
{
background-color: #754ADE;
}
</style>
border-color css
<style>
span { border-color: #754ADE; }
span { border-color: rgb(117,74,222); }
td.TdClassName
{
border-color: #754ADE;
}
.TagClassName
{
border-color: #754ADE;
}
</style>