Shades of Slate Blue #7250DE
Tints of Slate Blue #7250DE
RGB
CMYK
RGB Variations
Color information
#7250DE (or 0x7250DE) is known color: Slate Blue. HEX triplet: 72, 50 and DE. RGB value is (114,80,222). Sum of RGB (Red+Green+Blue) = 114+80+222=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #7250DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250DE is #8DAF21. Grayscale: #696969. Windows color (decimal): -9285410 or 14569586. OLE color: 14569586.
HSL color Cylindrical-coordinate representation of color #7250DE: hue angle of 254.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7250DE is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 80 | 222 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.13 |
| HSL | 254.37º | 0.68% | 0.59% | - |
| HSV(B) | 254.37º | 0.64% | 0.87% | - |
| XYZ | 22.99 | 14.59 | 70.71 | - |
| YUV | 106.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 222 | 0.49 | 0.64 | 0 | 0.13 | 254.37 | 0.68 | 0.59 |
| Hex | 72 | 50 | DE | 31 | 40 | 0 | D | FE | 44 | 3B |
| Octal | 162 | 120 | 336 | 61 | 100 | 0 | 15 | 376 | 104 | 73 |
| Binary | 1110010 | 1010000 | 11011110 | 110001 | 1000000 | 0 | 1101 | 11111110 | 1000100 | 111011 |
Color Harmonies of #7250DE
Complementary color
Monochromatic Colors of #7250DE
Black with #7250DE
Text Example
Text Example
White with #7250DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250DE; }
p { color: rgb(114,80,222); }
H1.HeaderClassName
{
color: #7250DE;
}
.AnyTagClassName
{
color: #7250DE;
}
</style>
background-color css
<style>
a { background-color: #7250DE; }
a { background-color: rgb(114,80,222); }
div.DivClassName
{
background-color: #7250DE;
}
.BgClassName
{
background-color: #7250DE;
}
</style>
border-color css
<style>
span { border-color: #7250DE; }
span { border-color: rgb(114,80,222); }
td.TdClassName
{
border-color: #7250DE;
}
.TagClassName
{
border-color: #7250DE;
}
</style>