Shades of Slate Blue #754FCF
Tints of Slate Blue #754FCF
RGB
CMYK
RGB Variations
Color information
#754FCF (or 0x754FCF) is known color: Slate Blue. HEX triplet: 75, 4F and CF. RGB value is (117,79,207). Sum of RGB (Red+Green+Blue) = 117+79+207=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #754FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FCF is #8AB030. Grayscale: #686868. Windows color (decimal): -9089073 or 13586293. OLE color: 13586293.
HSL color Cylindrical-coordinate representation of color #754FCF: hue angle of 257.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754FCF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 79 | 207 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.19 |
| HSL | 257.81º | 0.57% | 0.56% | - |
| HSV(B) | 257.81º | 0.62% | 0.81% | - |
| XYZ | 21.39 | 13.88 | 60.58 | - |
| YUV | 104.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 207 | 0.43 | 0.62 | 0 | 0.19 | 257.81 | 0.57 | 0.56 |
| Hex | 75 | 4F | CF | 2B | 3E | 0 | 13 | 102 | 39 | 38 |
| Octal | 165 | 117 | 317 | 53 | 76 | 0 | 23 | 402 | 71 | 70 |
| Binary | 1110101 | 1001111 | 11001111 | 101011 | 111110 | 0 | 10011 | 100000010 | 111001 | 111000 |
Color Harmonies of #754FCF
Complementary color
Monochromatic Colors of #754FCF
Black with #754FCF
Text Example
Text Example
White with #754FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FCF; }
p { color: rgb(117,79,207); }
H1.HeaderClassName
{
color: #754FCF;
}
.AnyTagClassName
{
color: #754FCF;
}
</style>
background-color css
<style>
a { background-color: #754FCF; }
a { background-color: rgb(117,79,207); }
div.DivClassName
{
background-color: #754FCF;
}
.BgClassName
{
background-color: #754FCF;
}
</style>
border-color css
<style>
span { border-color: #754FCF; }
span { border-color: rgb(117,79,207); }
td.TdClassName
{
border-color: #754FCF;
}
.TagClassName
{
border-color: #754FCF;
}
</style>