Shades of Slate Blue #754BDD
Tints of Slate Blue #754BDD
RGB
CMYK
RGB Variations
Color information
#754BDD (or 0x754BDD) is known color: Slate Blue. HEX triplet: 75, 4B and DD. RGB value is (117,75,221). Sum of RGB (Red+Green+Blue) = 117+75+221=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #754BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BDD is #8AB422. Grayscale: #676767. Windows color (decimal): -9090083 or 14502773. OLE color: 14502773.
HSL color Cylindrical-coordinate representation of color #754BDD: hue angle of 257.26º degrees, saturation: 0.68, 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 #754BDD is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 75 | 221 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.13 |
| HSL | 257.26º | 0.68% | 0.58% | - |
| HSV(B) | 257.26º | 0.66% | 0.87% | - |
| XYZ | 22.9 | 14.03 | 69.91 | - |
| YUV | 104.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 221 | 0.47 | 0.66 | 0 | 0.13 | 257.26 | 0.68 | 0.58 |
| Hex | 75 | 4B | DD | 2F | 42 | 0 | D | 101 | 44 | 3A |
| Octal | 165 | 113 | 335 | 57 | 102 | 0 | 15 | 401 | 104 | 72 |
| Binary | 1110101 | 1001011 | 11011101 | 101111 | 1000010 | 0 | 1101 | 100000001 | 1000100 | 111010 |
Color Harmonies of #754BDD
Complementary color
Monochromatic Colors of #754BDD
Black with #754BDD
Text Example
Text Example
White with #754BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BDD; }
p { color: rgb(117,75,221); }
H1.HeaderClassName
{
color: #754BDD;
}
.AnyTagClassName
{
color: #754BDD;
}
</style>
background-color css
<style>
a { background-color: #754BDD; }
a { background-color: rgb(117,75,221); }
div.DivClassName
{
background-color: #754BDD;
}
.BgClassName
{
background-color: #754BDD;
}
</style>
border-color css
<style>
span { border-color: #754BDD; }
span { border-color: rgb(117,75,221); }
td.TdClassName
{
border-color: #754BDD;
}
.TagClassName
{
border-color: #754BDD;
}
</style>