Shades of Slate Blue #754BCE
Tints of Slate Blue #754BCE
RGB
CMYK
RGB Variations
Color information
#754BCE (or 0x754BCE) is known color: Slate Blue. HEX triplet: 75, 4B and CE. RGB value is (117,75,206). Sum of RGB (Red+Green+Blue) = 117+75+206=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #754BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCE is #8AB431. Grayscale: #666666. Windows color (decimal): -9090098 or 13519733. OLE color: 13519733.
HSL color Cylindrical-coordinate representation of color #754BCE: hue angle of 259.24º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754BCE is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 75 | 206 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.19 |
| HSL | 259.24º | 0.57% | 0.55% | - |
| HSV(B) | 259.24º | 0.64% | 0.81% | - |
| XYZ | 20.99 | 13.27 | 59.85 | - |
| YUV | 102.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 206 | 0.43 | 0.64 | 0 | 0.19 | 259.24 | 0.57 | 0.55 |
| Hex | 75 | 4B | CE | 2B | 40 | 0 | 13 | 103 | 39 | 37 |
| Octal | 165 | 113 | 316 | 53 | 100 | 0 | 23 | 403 | 71 | 67 |
| Binary | 1110101 | 1001011 | 11001110 | 101011 | 1000000 | 0 | 10011 | 100000011 | 111001 | 110111 |
Color Harmonies of #754BCE
Complementary color
Monochromatic Colors of #754BCE
Black with #754BCE
Text Example
Text Example
White with #754BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BCE; }
p { color: rgb(117,75,206); }
H1.HeaderClassName
{
color: #754BCE;
}
.AnyTagClassName
{
color: #754BCE;
}
</style>
background-color css
<style>
a { background-color: #754BCE; }
a { background-color: rgb(117,75,206); }
div.DivClassName
{
background-color: #754BCE;
}
.BgClassName
{
background-color: #754BCE;
}
</style>
border-color css
<style>
span { border-color: #754BCE; }
span { border-color: rgb(117,75,206); }
td.TdClassName
{
border-color: #754BCE;
}
.TagClassName
{
border-color: #754BCE;
}
</style>