Shades of Slate Blue #7D50CB
Tints of Slate Blue #7D50CB
RGB
CMYK
RGB Variations
Color information
#7D50CB (or 0x7D50CB) is known color: Slate Blue. HEX triplet: 7D, 50 and CB. RGB value is (125,80,203). Sum of RGB (Red+Green+Blue) = 125+80+203=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50CB is #82AF34. Grayscale: #6B6B6B. Windows color (decimal): -8564533 or 13324413. OLE color: 13324413.
HSL color Cylindrical-coordinate representation of color #7D50CB: hue angle of 261.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D50CB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 80 | 203 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.20 |
| HSL | 261.95º | 0.54% | 0.55% | - |
| HSV(B) | 261.95º | 0.61% | 0.8% | - |
| XYZ | 22.11 | 14.41 | 58.12 | - |
| YUV | 107.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 203 | 0.38 | 0.61 | 0 | 0.20 | 261.95 | 0.54 | 0.55 |
| Hex | 7D | 50 | CB | 26 | 3D | 0 | 14 | 106 | 36 | 37 |
| Octal | 175 | 120 | 313 | 46 | 75 | 0 | 24 | 406 | 66 | 67 |
| Binary | 1111101 | 1010000 | 11001011 | 100110 | 111101 | 0 | 10100 | 100000110 | 110110 | 110111 |
Color Harmonies of #7D50CB
Complementary color
Monochromatic Colors of #7D50CB
Black with #7D50CB
Text Example
Text Example
White with #7D50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D50CB; }
p { color: rgb(125,80,203); }
H1.HeaderClassName
{
color: #7D50CB;
}
.AnyTagClassName
{
color: #7D50CB;
}
</style>
background-color css
<style>
a { background-color: #7D50CB; }
a { background-color: rgb(125,80,203); }
div.DivClassName
{
background-color: #7D50CB;
}
.BgClassName
{
background-color: #7D50CB;
}
</style>
border-color css
<style>
span { border-color: #7D50CB; }
span { border-color: rgb(125,80,203); }
td.TdClassName
{
border-color: #7D50CB;
}
.TagClassName
{
border-color: #7D50CB;
}
</style>