Shades of Slate Blue #754FC8
Tints of Slate Blue #754FC8
RGB
CMYK
RGB Variations
Color information
#754FC8 (or 0x754FC8) is known color: Slate Blue. HEX triplet: 75, 4F and C8. RGB value is (117,79,200). Sum of RGB (Red+Green+Blue) = 117+79+200=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #754FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC8 is #8AB037. Grayscale: #676767. Windows color (decimal): -9089080 or 13127541. OLE color: 13127541.
HSL color Cylindrical-coordinate representation of color #754FC8: hue angle of 258.84º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754FC8 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 79 | 200 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.22 |
| HSL | 258.84º | 0.52% | 0.55% | - |
| HSV(B) | 258.84º | 0.61% | 0.78% | - |
| XYZ | 20.56 | 13.54 | 56.17 | - |
| YUV | 104.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 200 | 0.42 | 0.60 | 0 | 0.22 | 258.84 | 0.52 | 0.55 |
| Hex | 75 | 4F | C8 | 2A | 3C | 0 | 16 | 103 | 34 | 37 |
| Octal | 165 | 117 | 310 | 52 | 74 | 0 | 26 | 403 | 64 | 67 |
| Binary | 1110101 | 1001111 | 11001000 | 101010 | 111100 | 0 | 10110 | 100000011 | 110100 | 110111 |
Color Harmonies of #754FC8
Complementary color
Monochromatic Colors of #754FC8
Black with #754FC8
Text Example
Text Example
White with #754FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FC8; }
p { color: rgb(117,79,200); }
H1.HeaderClassName
{
color: #754FC8;
}
.AnyTagClassName
{
color: #754FC8;
}
</style>
background-color css
<style>
a { background-color: #754FC8; }
a { background-color: rgb(117,79,200); }
div.DivClassName
{
background-color: #754FC8;
}
.BgClassName
{
background-color: #754FC8;
}
</style>
border-color css
<style>
span { border-color: #754FC8; }
span { border-color: rgb(117,79,200); }
td.TdClassName
{
border-color: #754FC8;
}
.TagClassName
{
border-color: #754FC8;
}
</style>