Shades of Wild Blue Yonder #7285B7
Tints of Wild Blue Yonder #7285B7
RGB
CMYK
RGB Variations
Color information
#7285B7 (or 0x7285B7) is known color: Wild Blue Yonder. HEX triplet: 72, 85 and B7. RGB value is (114,133,183). Sum of RGB (Red+Green+Blue) = 114+133+183=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #7285B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7285B7 is #8D7A48. Grayscale: #848484. Windows color (decimal): -9271881 or 12027250. OLE color: 12027250.
HSL color Cylindrical-coordinate representation of color #7285B7: hue angle of 223.48º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7285B7 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 133 | 183 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.28 |
| HSL | 223.48º | 0.32% | 0.58% | - |
| HSV(B) | 223.48º | 0.38% | 0.72% | - |
| XYZ | 23.87 | 23.77 | 48.13 | - |
| YUV | 133.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 183 | 0.38 | 0.27 | 0 | 0.28 | 223.48 | 0.32 | 0.58 |
| Hex | 72 | 85 | B7 | 26 | 1B | 0 | 1C | DF | 20 | 3A |
| Octal | 162 | 205 | 267 | 46 | 33 | 0 | 34 | 337 | 40 | 72 |
| Binary | 1110010 | 10000101 | 10110111 | 100110 | 11011 | 0 | 11100 | 11011111 | 100000 | 111010 |
Color Harmonies of #7285B7
Complementary color
Monochromatic Colors of #7285B7
Black with #7285B7
Text Example
Text Example
White with #7285B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285B7; }
p { color: rgb(114,133,183); }
H1.HeaderClassName
{
color: #7285B7;
}
.AnyTagClassName
{
color: #7285B7;
}
</style>
background-color css
<style>
a { background-color: #7285B7; }
a { background-color: rgb(114,133,183); }
div.DivClassName
{
background-color: #7285B7;
}
.BgClassName
{
background-color: #7285B7;
}
</style>
border-color css
<style>
span { border-color: #7285B7; }
span { border-color: rgb(114,133,183); }
td.TdClassName
{
border-color: #7285B7;
}
.TagClassName
{
border-color: #7285B7;
}
</style>