Shades of Slate Blue #7F5ACE
Tints of Slate Blue #7F5ACE
RGB
CMYK
RGB Variations
Color information
#7F5ACE (or 0x7F5ACE) is known color: Slate Blue. HEX triplet: 7F, 5A and CE. RGB value is (127,90,206). Sum of RGB (Red+Green+Blue) = 127+90+206=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ACE is #80A531. Grayscale: #717171. Windows color (decimal): -8430898 or 13523583. OLE color: 13523583.
HSL color Cylindrical-coordinate representation of color #7F5ACE: hue angle of 259.14º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F5ACE is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 90 | 206 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.19 |
| HSL | 259.14º | 0.54% | 0.58% | - |
| HSV(B) | 259.14º | 0.56% | 0.81% | - |
| XYZ | 23.55 | 16.28 | 60.29 | - |
| YUV | 114.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 206 | 0.38 | 0.56 | 0 | 0.19 | 259.14 | 0.54 | 0.58 |
| Hex | 7F | 5A | CE | 26 | 38 | 0 | 13 | 103 | 36 | 3A |
| Octal | 177 | 132 | 316 | 46 | 70 | 0 | 23 | 403 | 66 | 72 |
| Binary | 1111111 | 1011010 | 11001110 | 100110 | 111000 | 0 | 10011 | 100000011 | 110110 | 111010 |
Color Harmonies of #7F5ACE
Complementary color
Monochromatic Colors of #7F5ACE
Black with #7F5ACE
Text Example
Text Example
White with #7F5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ACE; }
p { color: rgb(127,90,206); }
H1.HeaderClassName
{
color: #7F5ACE;
}
.AnyTagClassName
{
color: #7F5ACE;
}
</style>
background-color css
<style>
a { background-color: #7F5ACE; }
a { background-color: rgb(127,90,206); }
div.DivClassName
{
background-color: #7F5ACE;
}
.BgClassName
{
background-color: #7F5ACE;
}
</style>
border-color css
<style>
span { border-color: #7F5ACE; }
span { border-color: rgb(127,90,206); }
td.TdClassName
{
border-color: #7F5ACE;
}
.TagClassName
{
border-color: #7F5ACE;
}
</style>