Shades of Slate Blue #7F5FD0
Tints of Slate Blue #7F5FD0
RGB
CMYK
RGB Variations
Color information
#7F5FD0 (or 0x7F5FD0) is known color: Slate Blue. HEX triplet: 7F, 5F and D0. RGB value is (127,95,208). Sum of RGB (Red+Green+Blue) = 127+95+208=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F5FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FD0 is #80A02F. Grayscale: #757575. Windows color (decimal): -8429616 or 13655935. OLE color: 13655935.
HSL color Cylindrical-coordinate representation of color #7F5FD0: hue angle of 256.99º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F5FD0 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 95 | 208 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.18 |
| HSL | 256.99º | 0.55% | 0.59% | - |
| HSV(B) | 256.99º | 0.54% | 0.82% | - |
| XYZ | 24.23 | 17.25 | 61.73 | - |
| YUV | 117.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 208 | 0.39 | 0.54 | 0 | 0.18 | 256.99 | 0.55 | 0.59 |
| Hex | 7F | 5F | D0 | 27 | 36 | 0 | 12 | 101 | 37 | 3B |
| Octal | 177 | 137 | 320 | 47 | 66 | 0 | 22 | 401 | 67 | 73 |
| Binary | 1111111 | 1011111 | 11010000 | 100111 | 110110 | 0 | 10010 | 100000001 | 110111 | 111011 |
Color Harmonies of #7F5FD0
Complementary color
Monochromatic Colors of #7F5FD0
Black with #7F5FD0
Text Example
Text Example
White with #7F5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FD0; }
p { color: rgb(127,95,208); }
H1.HeaderClassName
{
color: #7F5FD0;
}
.AnyTagClassName
{
color: #7F5FD0;
}
</style>
background-color css
<style>
a { background-color: #7F5FD0; }
a { background-color: rgb(127,95,208); }
div.DivClassName
{
background-color: #7F5FD0;
}
.BgClassName
{
background-color: #7F5FD0;
}
</style>
border-color css
<style>
span { border-color: #7F5FD0; }
span { border-color: rgb(127,95,208); }
td.TdClassName
{
border-color: #7F5FD0;
}
.TagClassName
{
border-color: #7F5FD0;
}
</style>