Shades of Slate Blue #754CCA
Tints of Slate Blue #754CCA
RGB
CMYK
RGB Variations
Color information
#754CCA (or 0x754CCA) is known color: Slate Blue. HEX triplet: 75, 4C and CA. RGB value is (117,76,202). Sum of RGB (Red+Green+Blue) = 117+76+202=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #754CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CCA is #8AB335. Grayscale: #666666. Windows color (decimal): -9089846 or 13257845. OLE color: 13257845.
HSL color Cylindrical-coordinate representation of color #754CCA: hue angle of 259.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754CCA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 76 | 202 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.21 |
| HSL | 259.52º | 0.54% | 0.55% | - |
| HSV(B) | 259.52º | 0.62% | 0.79% | - |
| XYZ | 20.58 | 13.22 | 57.34 | - |
| YUV | 102.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 202 | 0.42 | 0.62 | 0 | 0.21 | 259.52 | 0.54 | 0.55 |
| Hex | 75 | 4C | CA | 2A | 3E | 0 | 15 | 104 | 36 | 37 |
| Octal | 165 | 114 | 312 | 52 | 76 | 0 | 25 | 404 | 66 | 67 |
| Binary | 1110101 | 1001100 | 11001010 | 101010 | 111110 | 0 | 10101 | 100000100 | 110110 | 110111 |
Color Harmonies of #754CCA
Complementary color
Monochromatic Colors of #754CCA
Black with #754CCA
Text Example
Text Example
White with #754CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CCA; }
p { color: rgb(117,76,202); }
H1.HeaderClassName
{
color: #754CCA;
}
.AnyTagClassName
{
color: #754CCA;
}
</style>
background-color css
<style>
a { background-color: #754CCA; }
a { background-color: rgb(117,76,202); }
div.DivClassName
{
background-color: #754CCA;
}
.BgClassName
{
background-color: #754CCA;
}
</style>
border-color css
<style>
span { border-color: #754CCA; }
span { border-color: rgb(117,76,202); }
td.TdClassName
{
border-color: #754CCA;
}
.TagClassName
{
border-color: #754CCA;
}
</style>