Shades of Slate Blue #7250CF
Tints of Slate Blue #7250CF
RGB
CMYK
RGB Variations
Color information
#7250CF (or 0x7250CF) is known color: Slate Blue. HEX triplet: 72, 50 and CF. RGB value is (114,80,207). Sum of RGB (Red+Green+Blue) = 114+80+207=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #7250CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250CF is #8DAF30. Grayscale: #686868. Windows color (decimal): -9285425 or 13586546. OLE color: 13586546.
HSL color Cylindrical-coordinate representation of color #7250CF: hue angle of 256.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7250CF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 80 | 207 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.19 |
| HSL | 256.06º | 0.57% | 0.56% | - |
| HSV(B) | 256.06º | 0.61% | 0.81% | - |
| XYZ | 21.07 | 13.82 | 60.59 | - |
| YUV | 104.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 207 | 0.45 | 0.61 | 0 | 0.19 | 256.06 | 0.57 | 0.56 |
| Hex | 72 | 50 | CF | 2D | 3D | 0 | 13 | 100 | 39 | 38 |
| Octal | 162 | 120 | 317 | 55 | 75 | 0 | 23 | 400 | 71 | 70 |
| Binary | 1110010 | 1010000 | 11001111 | 101101 | 111101 | 0 | 10011 | 100000000 | 111001 | 111000 |
Color Harmonies of #7250CF
Complementary color
Monochromatic Colors of #7250CF
Black with #7250CF
Text Example
Text Example
White with #7250CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250CF; }
p { color: rgb(114,80,207); }
H1.HeaderClassName
{
color: #7250CF;
}
.AnyTagClassName
{
color: #7250CF;
}
</style>
background-color css
<style>
a { background-color: #7250CF; }
a { background-color: rgb(114,80,207); }
div.DivClassName
{
background-color: #7250CF;
}
.BgClassName
{
background-color: #7250CF;
}
</style>
border-color css
<style>
span { border-color: #7250CF; }
span { border-color: rgb(114,80,207); }
td.TdClassName
{
border-color: #7250CF;
}
.TagClassName
{
border-color: #7250CF;
}
</style>