Shades of Wild Blue Yonder #7290BC
Tints of Wild Blue Yonder #7290BC
RGB
CMYK
RGB Variations
Color information
#7290BC (or 0x7290BC) is known color: Wild Blue Yonder. HEX triplet: 72, 90 and BC. RGB value is (114,144,188). Sum of RGB (Red+Green+Blue) = 114+144+188=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #7290BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290BC is #8D6F43. Grayscale: #8B8B8B. Windows color (decimal): -9269060 or 12357746. OLE color: 12357746.
HSL color Cylindrical-coordinate representation of color #7290BC: hue angle of 215.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7290BC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 144 | 188 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.26 |
| HSL | 215.68º | 0.36% | 0.59% | - |
| HSV(B) | 215.68º | 0.39% | 0.74% | - |
| XYZ | 25.99 | 27.15 | 51.45 | - |
| YUV | 140.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 188 | 0.39 | 0.23 | 0 | 0.26 | 215.68 | 0.36 | 0.59 |
| Hex | 72 | 90 | BC | 27 | 17 | 0 | 1A | D8 | 24 | 3B |
| Octal | 162 | 220 | 274 | 47 | 27 | 0 | 32 | 330 | 44 | 73 |
| Binary | 1110010 | 10010000 | 10111100 | 100111 | 10111 | 0 | 11010 | 11011000 | 100100 | 111011 |
Color Harmonies of #7290BC
Complementary color
Monochromatic Colors of #7290BC
Black with #7290BC
Text Example
Text Example
White with #7290BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7290BC; }
p { color: rgb(114,144,188); }
H1.HeaderClassName
{
color: #7290BC;
}
.AnyTagClassName
{
color: #7290BC;
}
</style>
background-color css
<style>
a { background-color: #7290BC; }
a { background-color: rgb(114,144,188); }
div.DivClassName
{
background-color: #7290BC;
}
.BgClassName
{
background-color: #7290BC;
}
</style>
border-color css
<style>
span { border-color: #7290BC; }
span { border-color: rgb(114,144,188); }
td.TdClassName
{
border-color: #7290BC;
}
.TagClassName
{
border-color: #7290BC;
}
</style>