Shades of Slate Blue #7255D7
Tints of Slate Blue #7255D7
RGB
CMYK
RGB Variations
Color information
#7255D7 (or 0x7255D7) is known color: Slate Blue. HEX triplet: 72, 55 and D7. RGB value is (114,85,215). Sum of RGB (Red+Green+Blue) = 114+85+215=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #7255D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255D7 is #8DAA28. Grayscale: #6C6C6C. Windows color (decimal): -9284137 or 14112114. OLE color: 14112114.
HSL color Cylindrical-coordinate representation of color #7255D7: hue angle of 253.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7255D7 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 85 | 215 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.16 |
| HSL | 253.38º | 0.62% | 0.59% | - |
| HSV(B) | 253.38º | 0.6% | 0.84% | - |
| XYZ | 22.45 | 14.98 | 66 | - |
| YUV | 108.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 215 | 0.47 | 0.60 | 0 | 0.16 | 253.38 | 0.62 | 0.59 |
| Hex | 72 | 55 | D7 | 2F | 3C | 0 | 10 | FD | 3E | 3B |
| Octal | 162 | 125 | 327 | 57 | 74 | 0 | 20 | 375 | 76 | 73 |
| Binary | 1110010 | 1010101 | 11010111 | 101111 | 111100 | 0 | 10000 | 11111101 | 111110 | 111011 |
Color Harmonies of #7255D7
Complementary color
Monochromatic Colors of #7255D7
Black with #7255D7
Text Example
Text Example
White with #7255D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255D7; }
p { color: rgb(114,85,215); }
H1.HeaderClassName
{
color: #7255D7;
}
.AnyTagClassName
{
color: #7255D7;
}
</style>
background-color css
<style>
a { background-color: #7255D7; }
a { background-color: rgb(114,85,215); }
div.DivClassName
{
background-color: #7255D7;
}
.BgClassName
{
background-color: #7255D7;
}
</style>
border-color css
<style>
span { border-color: #7255D7; }
span { border-color: rgb(114,85,215); }
td.TdClassName
{
border-color: #7255D7;
}
.TagClassName
{
border-color: #7255D7;
}
</style>