Shades of Wild Blue Yonder #737FB4
Tints of Wild Blue Yonder #737FB4
RGB
CMYK
RGB Variations
Color information
#737FB4 (or 0x737FB4) is known color: Wild Blue Yonder. HEX triplet: 73, 7F and B4. RGB value is (115,127,180). Sum of RGB (Red+Green+Blue) = 115+127+180=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #737FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FB4 is #8C804B. Grayscale: #818181. Windows color (decimal): -9207884 or 11829107. OLE color: 11829107.
HSL color Cylindrical-coordinate representation of color #737FB4: hue angle of 228.92º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #737FB4 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 127 | 180 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.29 |
| HSL | 228.92º | 0.3% | 0.58% | - |
| HSV(B) | 228.92º | 0.36% | 0.71% | - |
| XYZ | 22.9 | 22.12 | 46.24 | - |
| YUV | 129.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 180 | 0.36 | 0.29 | 0 | 0.29 | 228.92 | 0.3 | 0.58 |
| Hex | 73 | 7F | B4 | 24 | 1D | 0 | 1D | E5 | 1E | 3A |
| Octal | 163 | 177 | 264 | 44 | 35 | 0 | 35 | 345 | 36 | 72 |
| Binary | 1110011 | 1111111 | 10110100 | 100100 | 11101 | 0 | 11101 | 11100101 | 11110 | 111010 |
Color Harmonies of #737FB4
Complementary color
Monochromatic Colors of #737FB4
Black with #737FB4
Text Example
Text Example
White with #737FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FB4; }
p { color: rgb(115,127,180); }
H1.HeaderClassName
{
color: #737FB4;
}
.AnyTagClassName
{
color: #737FB4;
}
</style>
background-color css
<style>
a { background-color: #737FB4; }
a { background-color: rgb(115,127,180); }
div.DivClassName
{
background-color: #737FB4;
}
.BgClassName
{
background-color: #737FB4;
}
</style>
border-color css
<style>
span { border-color: #737FB4; }
span { border-color: rgb(115,127,180); }
td.TdClassName
{
border-color: #737FB4;
}
.TagClassName
{
border-color: #737FB4;
}
</style>