Shades of Slate Blue #754BC6
Tints of Slate Blue #754BC6
RGB
CMYK
RGB Variations
Color information
#754BC6 (or 0x754BC6) is known color: Slate Blue. HEX triplet: 75, 4B and C6. RGB value is (117,75,198). Sum of RGB (Red+Green+Blue) = 117+75+198=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #754BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BC6 is #8AB439. Grayscale: #656565. Windows color (decimal): -9090106 or 12995445. OLE color: 12995445.
HSL color Cylindrical-coordinate representation of color #754BC6: hue angle of 260.49º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754BC6 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 75 | 198 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.22 |
| HSL | 260.49º | 0.52% | 0.54% | - |
| HSV(B) | 260.49º | 0.62% | 0.78% | - |
| XYZ | 20.05 | 12.89 | 54.86 | - |
| YUV | 101.58 | 182.41 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 198 | 0.41 | 0.62 | 0 | 0.22 | 260.49 | 0.52 | 0.54 |
| Hex | 75 | 4B | C6 | 29 | 3E | 0 | 16 | 104 | 34 | 36 |
| Octal | 165 | 113 | 306 | 51 | 76 | 0 | 26 | 404 | 64 | 66 |
| Binary | 1110101 | 1001011 | 11000110 | 101001 | 111110 | 0 | 10110 | 100000100 | 110100 | 110110 |
Color Harmonies of #754BC6
Complementary color
Monochromatic Colors of #754BC6
Black with #754BC6
Text Example
Text Example
White with #754BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BC6; }
p { color: rgb(117,75,198); }
H1.HeaderClassName
{
color: #754BC6;
}
.AnyTagClassName
{
color: #754BC6;
}
</style>
background-color css
<style>
a { background-color: #754BC6; }
a { background-color: rgb(117,75,198); }
div.DivClassName
{
background-color: #754BC6;
}
.BgClassName
{
background-color: #754BC6;
}
</style>
border-color css
<style>
span { border-color: #754BC6; }
span { border-color: rgb(117,75,198); }
td.TdClassName
{
border-color: #754BC6;
}
.TagClassName
{
border-color: #754BC6;
}
</style>