Shades of Blue Marguerite #7255AF
Tints of Blue Marguerite #7255AF
RGB
CMYK
RGB Variations
Color information
#7255AF (or 0x7255AF) is known color: Blue Marguerite. HEX triplet: 72, 55 and AF. RGB value is (114,85,175). Sum of RGB (Red+Green+Blue) = 114+85+175=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #7255AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7255AF is #8DAA50. Grayscale: #676767. Windows color (decimal): -9284177 or 11490674. OLE color: 11490674.
HSL color Cylindrical-coordinate representation of color #7255AF: hue angle of 259.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7255AF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 85 | 175 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.31 |
| HSL | 259.33º | 0.36% | 0.51% | - |
| HSV(B) | 259.33º | 0.51% | 0.69% | - |
| XYZ | 17.93 | 13.17 | 42.15 | - |
| YUV | 103.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 175 | 0.35 | 0.51 | 0 | 0.31 | 259.33 | 0.36 | 0.51 |
| Hex | 72 | 55 | AF | 23 | 33 | 0 | 1F | 103 | 24 | 33 |
| Octal | 162 | 125 | 257 | 43 | 63 | 0 | 37 | 403 | 44 | 63 |
| Binary | 1110010 | 1010101 | 10101111 | 100011 | 110011 | 0 | 11111 | 100000011 | 100100 | 110011 |
Color Harmonies of #7255AF
Complementary color
Monochromatic Colors of #7255AF
Black with #7255AF
Text Example
Text Example
White with #7255AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255AF; }
p { color: rgb(114,85,175); }
H1.HeaderClassName
{
color: #7255AF;
}
.AnyTagClassName
{
color: #7255AF;
}
</style>
background-color css
<style>
a { background-color: #7255AF; }
a { background-color: rgb(114,85,175); }
div.DivClassName
{
background-color: #7255AF;
}
.BgClassName
{
background-color: #7255AF;
}
</style>
border-color css
<style>
span { border-color: #7255AF; }
span { border-color: rgb(114,85,175); }
td.TdClassName
{
border-color: #7255AF;
}
.TagClassName
{
border-color: #7255AF;
}
</style>