Shades of Slate Blue #7D61CB
Tints of Slate Blue #7D61CB
RGB
CMYK
RGB Variations
Color information
#7D61CB (or 0x7D61CB) is known color: Slate Blue. HEX triplet: 7D, 61 and CB. RGB value is (125,97,203). Sum of RGB (Red+Green+Blue) = 125+97+203=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61CB is #829E34. Grayscale: #757575. Windows color (decimal): -8560181 or 13328765. OLE color: 13328765.
HSL color Cylindrical-coordinate representation of color #7D61CB: hue angle of 255.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D61CB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 97 | 203 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.20 |
| HSL | 255.85º | 0.5% | 0.59% | - |
| HSV(B) | 255.85º | 0.52% | 0.8% | - |
| XYZ | 23.51 | 17.22 | 58.58 | - |
| YUV | 117.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 203 | 0.38 | 0.52 | 0 | 0.20 | 255.85 | 0.5 | 0.59 |
| Hex | 7D | 61 | CB | 26 | 34 | 0 | 14 | 100 | 32 | 3B |
| Octal | 175 | 141 | 313 | 46 | 64 | 0 | 24 | 400 | 62 | 73 |
| Binary | 1111101 | 1100001 | 11001011 | 100110 | 110100 | 0 | 10100 | 100000000 | 110010 | 111011 |
Color Harmonies of #7D61CB
Complementary color
Monochromatic Colors of #7D61CB
Black with #7D61CB
Text Example
Text Example
White with #7D61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D61CB; }
p { color: rgb(125,97,203); }
H1.HeaderClassName
{
color: #7D61CB;
}
.AnyTagClassName
{
color: #7D61CB;
}
</style>
background-color css
<style>
a { background-color: #7D61CB; }
a { background-color: rgb(125,97,203); }
div.DivClassName
{
background-color: #7D61CB;
}
.BgClassName
{
background-color: #7D61CB;
}
</style>
border-color css
<style>
span { border-color: #7D61CB; }
span { border-color: rgb(125,97,203); }
td.TdClassName
{
border-color: #7D61CB;
}
.TagClassName
{
border-color: #7D61CB;
}
</style>