Shades of Slate Blue #754FC7
Tints of Slate Blue #754FC7
RGB
CMYK
RGB Variations
Color information
#754FC7 (or 0x754FC7) is known color: Slate Blue. HEX triplet: 75, 4F and C7. RGB value is (117,79,199). Sum of RGB (Red+Green+Blue) = 117+79+199=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #754FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC7 is #8AB038. Grayscale: #676767. Windows color (decimal): -9089081 or 13062005. OLE color: 13062005.
HSL color Cylindrical-coordinate representation of color #754FC7: hue angle of 259º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754FC7 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 79 | 199 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.22 |
| HSL | 259º | 0.52% | 0.55% | - |
| HSV(B) | 259º | 0.6% | 0.78% | - |
| XYZ | 20.44 | 13.5 | 55.56 | - |
| YUV | 104.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 199 | 0.41 | 0.60 | 0 | 0.22 | 259 | 0.52 | 0.55 |
| Hex | 75 | 4F | C7 | 29 | 3C | 0 | 16 | 103 | 34 | 37 |
| Octal | 165 | 117 | 307 | 51 | 74 | 0 | 26 | 403 | 64 | 67 |
| Binary | 1110101 | 1001111 | 11000111 | 101001 | 111100 | 0 | 10110 | 100000011 | 110100 | 110111 |
Color Harmonies of #754FC7
Complementary color
Monochromatic Colors of #754FC7
Black with #754FC7
Text Example
Text Example
White with #754FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FC7; }
p { color: rgb(117,79,199); }
H1.HeaderClassName
{
color: #754FC7;
}
.AnyTagClassName
{
color: #754FC7;
}
</style>
background-color css
<style>
a { background-color: #754FC7; }
a { background-color: rgb(117,79,199); }
div.DivClassName
{
background-color: #754FC7;
}
.BgClassName
{
background-color: #754FC7;
}
</style>
border-color css
<style>
span { border-color: #754FC7; }
span { border-color: rgb(117,79,199); }
td.TdClassName
{
border-color: #754FC7;
}
.TagClassName
{
border-color: #754FC7;
}
</style>