Shades of Slate Blue #7F48CA
Tints of Slate Blue #7F48CA
RGB
CMYK
RGB Variations
Color information
#7F48CA (or 0x7F48CA) is known color: Slate Blue. HEX triplet: 7F, 48 and CA. RGB value is (127,72,202). Sum of RGB (Red+Green+Blue) = 127+72+202=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F48CA is #80B735. Grayscale: #666666. Windows color (decimal): -8435510 or 13256831. OLE color: 13256831.
HSL color Cylindrical-coordinate representation of color #7F48CA: hue angle of 265.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F48CA is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 72 | 202 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.21 |
| HSL | 265.38º | 0.55% | 0.54% | - |
| HSV(B) | 265.38º | 0.64% | 0.79% | - |
| XYZ | 21.73 | 13.41 | 57.32 | - |
| YUV | 103.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 202 | 0.37 | 0.64 | 0 | 0.21 | 265.38 | 0.55 | 0.54 |
| Hex | 7F | 48 | CA | 25 | 40 | 0 | 15 | 109 | 37 | 36 |
| Octal | 177 | 110 | 312 | 45 | 100 | 0 | 25 | 411 | 67 | 66 |
| Binary | 1111111 | 1001000 | 11001010 | 100101 | 1000000 | 0 | 10101 | 100001001 | 110111 | 110110 |
Color Harmonies of #7F48CA
Complementary color
Monochromatic Colors of #7F48CA
Black with #7F48CA
Text Example
Text Example
White with #7F48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F48CA; }
p { color: rgb(127,72,202); }
H1.HeaderClassName
{
color: #7F48CA;
}
.AnyTagClassName
{
color: #7F48CA;
}
</style>
background-color css
<style>
a { background-color: #7F48CA; }
a { background-color: rgb(127,72,202); }
div.DivClassName
{
background-color: #7F48CA;
}
.BgClassName
{
background-color: #7F48CA;
}
</style>
border-color css
<style>
span { border-color: #7F48CA; }
span { border-color: rgb(127,72,202); }
td.TdClassName
{
border-color: #7F48CA;
}
.TagClassName
{
border-color: #7F48CA;
}
</style>