Shades of Slate Blue #7255CB
Tints of Slate Blue #7255CB
RGB
CMYK
RGB Variations
Color information
#7255CB (or 0x7255CB) is known color: Slate Blue. HEX triplet: 72, 55 and CB. RGB value is (114,85,203). Sum of RGB (Red+Green+Blue) = 114+85+203=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7255CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255CB is #8DAA34. Grayscale: #6A6A6A. Windows color (decimal): -9284149 or 13325682. OLE color: 13325682.
HSL color Cylindrical-coordinate representation of color #7255CB: hue angle of 254.75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7255CB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 85 | 203 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.20 |
| HSL | 254.75º | 0.53% | 0.56% | - |
| HSV(B) | 254.75º | 0.58% | 0.8% | - |
| XYZ | 20.97 | 14.39 | 58.17 | - |
| YUV | 107.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 203 | 0.44 | 0.58 | 0 | 0.20 | 254.75 | 0.53 | 0.56 |
| Hex | 72 | 55 | CB | 2C | 3A | 0 | 14 | FF | 35 | 38 |
| Octal | 162 | 125 | 313 | 54 | 72 | 0 | 24 | 377 | 65 | 70 |
| Binary | 1110010 | 1010101 | 11001011 | 101100 | 111010 | 0 | 10100 | 11111111 | 110101 | 111000 |
Color Harmonies of #7255CB
Complementary color
Monochromatic Colors of #7255CB
Black with #7255CB
Text Example
Text Example
White with #7255CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255CB; }
p { color: rgb(114,85,203); }
H1.HeaderClassName
{
color: #7255CB;
}
.AnyTagClassName
{
color: #7255CB;
}
</style>
background-color css
<style>
a { background-color: #7255CB; }
a { background-color: rgb(114,85,203); }
div.DivClassName
{
background-color: #7255CB;
}
.BgClassName
{
background-color: #7255CB;
}
</style>
border-color css
<style>
span { border-color: #7255CB; }
span { border-color: rgb(114,85,203); }
td.TdClassName
{
border-color: #7255CB;
}
.TagClassName
{
border-color: #7255CB;
}
</style>