Shades of Slate Blue #7250CB
Tints of Slate Blue #7250CB
RGB
CMYK
RGB Variations
Color information
#7250CB (or 0x7250CB) is known color: Slate Blue. HEX triplet: 72, 50 and CB. RGB value is (114,80,203). Sum of RGB (Red+Green+Blue) = 114+80+203=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #7250CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250CB is #8DAF34. Grayscale: #676767. Windows color (decimal): -9285429 or 13324402. OLE color: 13324402.
HSL color Cylindrical-coordinate representation of color #7250CB: hue angle of 256.59º 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 #7250CB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 80 | 203 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.20 |
| HSL | 256.59º | 0.54% | 0.55% | - |
| HSV(B) | 256.59º | 0.61% | 0.8% | - |
| XYZ | 20.59 | 13.63 | 58.05 | - |
| YUV | 104.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 203 | 0.44 | 0.61 | 0 | 0.20 | 256.59 | 0.54 | 0.55 |
| Hex | 72 | 50 | CB | 2C | 3D | 0 | 14 | 101 | 36 | 37 |
| Octal | 162 | 120 | 313 | 54 | 75 | 0 | 24 | 401 | 66 | 67 |
| Binary | 1110010 | 1010000 | 11001011 | 101100 | 111101 | 0 | 10100 | 100000001 | 110110 | 110111 |
Color Harmonies of #7250CB
Complementary color
Monochromatic Colors of #7250CB
Black with #7250CB
Text Example
Text Example
White with #7250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250CB; }
p { color: rgb(114,80,203); }
H1.HeaderClassName
{
color: #7250CB;
}
.AnyTagClassName
{
color: #7250CB;
}
</style>
background-color css
<style>
a { background-color: #7250CB; }
a { background-color: rgb(114,80,203); }
div.DivClassName
{
background-color: #7250CB;
}
.BgClassName
{
background-color: #7250CB;
}
</style>
border-color css
<style>
span { border-color: #7250CB; }
span { border-color: rgb(114,80,203); }
td.TdClassName
{
border-color: #7250CB;
}
.TagClassName
{
border-color: #7250CB;
}
</style>