Shades of Slate Blue #7F4CCB
Tints of Slate Blue #7F4CCB
RGB
CMYK
RGB Variations
Color information
#7F4CCB (or 0x7F4CCB) is known color: Slate Blue. HEX triplet: 7F, 4C and CB. RGB value is (127,76,203). Sum of RGB (Red+Green+Blue) = 127+76+203=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F4CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CCB is #80B334. Grayscale: #696969. Windows color (decimal): -8434485 or 13323391. OLE color: 13323391.
HSL color Cylindrical-coordinate representation of color #7F4CCB: hue angle of 264.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F4CCB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 76 | 203 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.20 |
| HSL | 264.09º | 0.55% | 0.55% | - |
| HSV(B) | 264.09º | 0.63% | 0.8% | - |
| XYZ | 22.12 | 13.99 | 58.04 | - |
| YUV | 105.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 203 | 0.37 | 0.63 | 0 | 0.20 | 264.09 | 0.55 | 0.55 |
| Hex | 7F | 4C | CB | 25 | 3F | 0 | 14 | 108 | 37 | 37 |
| Octal | 177 | 114 | 313 | 45 | 77 | 0 | 24 | 410 | 67 | 67 |
| Binary | 1111111 | 1001100 | 11001011 | 100101 | 111111 | 0 | 10100 | 100001000 | 110111 | 110111 |
Color Harmonies of #7F4CCB
Complementary color
Monochromatic Colors of #7F4CCB
Black with #7F4CCB
Text Example
Text Example
White with #7F4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4CCB; }
p { color: rgb(127,76,203); }
H1.HeaderClassName
{
color: #7F4CCB;
}
.AnyTagClassName
{
color: #7F4CCB;
}
</style>
background-color css
<style>
a { background-color: #7F4CCB; }
a { background-color: rgb(127,76,203); }
div.DivClassName
{
background-color: #7F4CCB;
}
.BgClassName
{
background-color: #7F4CCB;
}
</style>
border-color css
<style>
span { border-color: #7F4CCB; }
span { border-color: rgb(127,76,203); }
td.TdClassName
{
border-color: #7F4CCB;
}
.TagClassName
{
border-color: #7F4CCB;
}
</style>