Shades of Slate Blue #7F5ACF
Tints of Slate Blue #7F5ACF
RGB
CMYK
RGB Variations
Color information
#7F5ACF (or 0x7F5ACF) is known color: Slate Blue. HEX triplet: 7F, 5A and CF. RGB value is (127,90,207). Sum of RGB (Red+Green+Blue) = 127+90+207=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ACF is #80A530. Grayscale: #717171. Windows color (decimal): -8430897 or 13589119. OLE color: 13589119.
HSL color Cylindrical-coordinate representation of color #7F5ACF: hue angle of 258.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F5ACF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 90 | 207 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.19 |
| HSL | 258.97º | 0.55% | 0.58% | - |
| HSV(B) | 258.97º | 0.57% | 0.81% | - |
| XYZ | 23.67 | 16.33 | 60.94 | - |
| YUV | 114.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 207 | 0.39 | 0.57 | 0 | 0.19 | 258.97 | 0.55 | 0.58 |
| Hex | 7F | 5A | CF | 27 | 39 | 0 | 13 | 103 | 37 | 3A |
| Octal | 177 | 132 | 317 | 47 | 71 | 0 | 23 | 403 | 67 | 72 |
| Binary | 1111111 | 1011010 | 11001111 | 100111 | 111001 | 0 | 10011 | 100000011 | 110111 | 111010 |
Color Harmonies of #7F5ACF
Complementary color
Monochromatic Colors of #7F5ACF
Black with #7F5ACF
Text Example
Text Example
White with #7F5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ACF; }
p { color: rgb(127,90,207); }
H1.HeaderClassName
{
color: #7F5ACF;
}
.AnyTagClassName
{
color: #7F5ACF;
}
</style>
background-color css
<style>
a { background-color: #7F5ACF; }
a { background-color: rgb(127,90,207); }
div.DivClassName
{
background-color: #7F5ACF;
}
.BgClassName
{
background-color: #7F5ACF;
}
</style>
border-color css
<style>
span { border-color: #7F5ACF; }
span { border-color: rgb(127,90,207); }
td.TdClassName
{
border-color: #7F5ACF;
}
.TagClassName
{
border-color: #7F5ACF;
}
</style>