Shades of Slate Blue #754BCA
Tints of Slate Blue #754BCA
RGB
CMYK
RGB Variations
Color information
#754BCA (or 0x754BCA) is known color: Slate Blue. HEX triplet: 75, 4B and CA. RGB value is (117,75,202). Sum of RGB (Red+Green+Blue) = 117+75+202=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #754BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCA is #8AB435. Grayscale: #656565. Windows color (decimal): -9090102 or 13257589. OLE color: 13257589.
HSL color Cylindrical-coordinate representation of color #754BCA: hue angle of 259.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754BCA is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 75 | 202 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.21 |
| HSL | 259.84º | 0.55% | 0.54% | - |
| HSV(B) | 259.84º | 0.63% | 0.79% | - |
| XYZ | 20.51 | 13.08 | 57.32 | - |
| YUV | 102.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 202 | 0.42 | 0.63 | 0 | 0.21 | 259.84 | 0.55 | 0.54 |
| Hex | 75 | 4B | CA | 2A | 3F | 0 | 15 | 104 | 37 | 36 |
| Octal | 165 | 113 | 312 | 52 | 77 | 0 | 25 | 404 | 67 | 66 |
| Binary | 1110101 | 1001011 | 11001010 | 101010 | 111111 | 0 | 10101 | 100000100 | 110111 | 110110 |
Color Harmonies of #754BCA
Complementary color
Monochromatic Colors of #754BCA
Black with #754BCA
Text Example
Text Example
White with #754BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BCA; }
p { color: rgb(117,75,202); }
H1.HeaderClassName
{
color: #754BCA;
}
.AnyTagClassName
{
color: #754BCA;
}
</style>
background-color css
<style>
a { background-color: #754BCA; }
a { background-color: rgb(117,75,202); }
div.DivClassName
{
background-color: #754BCA;
}
.BgClassName
{
background-color: #754BCA;
}
</style>
border-color css
<style>
span { border-color: #754BCA; }
span { border-color: rgb(117,75,202); }
td.TdClassName
{
border-color: #754BCA;
}
.TagClassName
{
border-color: #754BCA;
}
</style>