Shades of Wild Blue Yonder #7284B8
Tints of Wild Blue Yonder #7284B8
RGB
CMYK
RGB Variations
Color information
#7284B8 (or 0x7284B8) is known color: Wild Blue Yonder. HEX triplet: 72, 84 and B8. RGB value is (114,132,184). Sum of RGB (Red+Green+Blue) = 114+132+184=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #7284B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284B8 is #8D7B47. Grayscale: #848484. Windows color (decimal): -9272136 or 12092530. OLE color: 12092530.
HSL color Cylindrical-coordinate representation of color #7284B8: hue angle of 224.57º degrees, saturation: 0.33, 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 #7284B8 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 132 | 184 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.28 |
| HSL | 224.57º | 0.33% | 0.58% | - |
| HSV(B) | 224.57º | 0.38% | 0.72% | - |
| XYZ | 23.84 | 23.54 | 48.63 | - |
| YUV | 132.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 184 | 0.38 | 0.28 | 0 | 0.28 | 224.57 | 0.33 | 0.58 |
| Hex | 72 | 84 | B8 | 26 | 1C | 0 | 1C | E1 | 21 | 3A |
| Octal | 162 | 204 | 270 | 46 | 34 | 0 | 34 | 341 | 41 | 72 |
| Binary | 1110010 | 10000100 | 10111000 | 100110 | 11100 | 0 | 11100 | 11100001 | 100001 | 111010 |
Color Harmonies of #7284B8
Complementary color
Monochromatic Colors of #7284B8
Black with #7284B8
Text Example
Text Example
White with #7284B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284B8; }
p { color: rgb(114,132,184); }
H1.HeaderClassName
{
color: #7284B8;
}
.AnyTagClassName
{
color: #7284B8;
}
</style>
background-color css
<style>
a { background-color: #7284B8; }
a { background-color: rgb(114,132,184); }
div.DivClassName
{
background-color: #7284B8;
}
.BgClassName
{
background-color: #7284B8;
}
</style>
border-color css
<style>
span { border-color: #7284B8; }
span { border-color: rgb(114,132,184); }
td.TdClassName
{
border-color: #7284B8;
}
.TagClassName
{
border-color: #7284B8;
}
</style>