Shades of Slate Blue #7258CF
Tints of Slate Blue #7258CF
RGB
CMYK
RGB Variations
Color information
#7258CF (or 0x7258CF) is known color: Slate Blue. HEX triplet: 72, 58 and CF. RGB value is (114,88,207). Sum of RGB (Red+Green+Blue) = 114+88+207=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #7258CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258CF is #8DA730. Grayscale: #6C6C6C. Windows color (decimal): -9283377 or 13588594. OLE color: 13588594.
HSL color Cylindrical-coordinate representation of color #7258CF: hue angle of 253.11º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7258CF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 88 | 207 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.19 |
| HSL | 253.11º | 0.55% | 0.58% | - |
| HSV(B) | 253.11º | 0.57% | 0.81% | - |
| XYZ | 21.69 | 15.06 | 60.8 | - |
| YUV | 109.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 207 | 0.45 | 0.57 | 0 | 0.19 | 253.11 | 0.55 | 0.58 |
| Hex | 72 | 58 | CF | 2D | 39 | 0 | 13 | FD | 37 | 3A |
| Octal | 162 | 130 | 317 | 55 | 71 | 0 | 23 | 375 | 67 | 72 |
| Binary | 1110010 | 1011000 | 11001111 | 101101 | 111001 | 0 | 10011 | 11111101 | 110111 | 111010 |
Color Harmonies of #7258CF
Complementary color
Monochromatic Colors of #7258CF
Black with #7258CF
Text Example
Text Example
White with #7258CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7258CF; }
p { color: rgb(114,88,207); }
H1.HeaderClassName
{
color: #7258CF;
}
.AnyTagClassName
{
color: #7258CF;
}
</style>
background-color css
<style>
a { background-color: #7258CF; }
a { background-color: rgb(114,88,207); }
div.DivClassName
{
background-color: #7258CF;
}
.BgClassName
{
background-color: #7258CF;
}
</style>
border-color css
<style>
span { border-color: #7258CF; }
span { border-color: rgb(114,88,207); }
td.TdClassName
{
border-color: #7258CF;
}
.TagClassName
{
border-color: #7258CF;
}
</style>