Shades of Wild Blue Yonder #737DB1
Tints of Wild Blue Yonder #737DB1
RGB
CMYK
RGB Variations
Color information
#737DB1 (or 0x737DB1) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and B1. RGB value is (115,125,177). Sum of RGB (Red+Green+Blue) = 115+125+177=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #737DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DB1 is #8C824E. Grayscale: #7F7F7F. Windows color (decimal): -9208399 or 11631987. OLE color: 11631987.
HSL color Cylindrical-coordinate representation of color #737DB1: hue angle of 230.32º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #737DB1 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 125 | 177 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.31 |
| HSL | 230.32º | 0.28% | 0.57% | - |
| HSV(B) | 230.32º | 0.35% | 0.69% | - |
| XYZ | 22.34 | 21.49 | 44.56 | - |
| YUV | 127.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 177 | 0.35 | 0.29 | 0 | 0.31 | 230.32 | 0.28 | 0.57 |
| Hex | 73 | 7D | B1 | 23 | 1D | 0 | 1F | E6 | 1C | 39 |
| Octal | 163 | 175 | 261 | 43 | 35 | 0 | 37 | 346 | 34 | 71 |
| Binary | 1110011 | 1111101 | 10110001 | 100011 | 11101 | 0 | 11111 | 11100110 | 11100 | 111001 |
Color Harmonies of #737DB1
Complementary color
Monochromatic Colors of #737DB1
Black with #737DB1
Text Example
Text Example
White with #737DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DB1; }
p { color: rgb(115,125,177); }
H1.HeaderClassName
{
color: #737DB1;
}
.AnyTagClassName
{
color: #737DB1;
}
</style>
background-color css
<style>
a { background-color: #737DB1; }
a { background-color: rgb(115,125,177); }
div.DivClassName
{
background-color: #737DB1;
}
.BgClassName
{
background-color: #737DB1;
}
</style>
border-color css
<style>
span { border-color: #737DB1; }
span { border-color: rgb(115,125,177); }
td.TdClassName
{
border-color: #737DB1;
}
.TagClassName
{
border-color: #737DB1;
}
</style>