Shades of Slate Blue #7F5ACB
Tints of Slate Blue #7F5ACB
RGB
CMYK
RGB Variations
Color information
#7F5ACB (or 0x7F5ACB) is known color: Slate Blue. HEX triplet: 7F, 5A and CB. RGB value is (127,90,203). Sum of RGB (Red+Green+Blue) = 127+90+203=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ACB is #80A534. Grayscale: #717171. Windows color (decimal): -8430901 or 13326975. OLE color: 13326975.
HSL color Cylindrical-coordinate representation of color #7F5ACB: hue angle of 259.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F5ACB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 90 | 203 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.20 |
| HSL | 259.65º | 0.52% | 0.57% | - |
| HSV(B) | 259.65º | 0.56% | 0.8% | - |
| XYZ | 23.19 | 16.14 | 58.39 | - |
| YUV | 113.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 203 | 0.37 | 0.56 | 0 | 0.20 | 259.65 | 0.52 | 0.57 |
| Hex | 7F | 5A | CB | 25 | 38 | 0 | 14 | 104 | 34 | 39 |
| Octal | 177 | 132 | 313 | 45 | 70 | 0 | 24 | 404 | 64 | 71 |
| Binary | 1111111 | 1011010 | 11001011 | 100101 | 111000 | 0 | 10100 | 100000100 | 110100 | 111001 |
Color Harmonies of #7F5ACB
Complementary color
Monochromatic Colors of #7F5ACB
Black with #7F5ACB
Text Example
Text Example
White with #7F5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5ACB; }
p { color: rgb(127,90,203); }
H1.HeaderClassName
{
color: #7F5ACB;
}
.AnyTagClassName
{
color: #7F5ACB;
}
</style>
background-color css
<style>
a { background-color: #7F5ACB; }
a { background-color: rgb(127,90,203); }
div.DivClassName
{
background-color: #7F5ACB;
}
.BgClassName
{
background-color: #7F5ACB;
}
</style>
border-color css
<style>
span { border-color: #7F5ACB; }
span { border-color: rgb(127,90,203); }
td.TdClassName
{
border-color: #7F5ACB;
}
.TagClassName
{
border-color: #7F5ACB;
}
</style>