Shades of Wild Blue Yonder #737DBB
Tints of Wild Blue Yonder #737DBB
RGB
CMYK
RGB Variations
Color information
#737DBB (or 0x737DBB) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and BB. RGB value is (115,125,187). Sum of RGB (Red+Green+Blue) = 115+125+187=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #737DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DBB is #8C8244. Grayscale: #808080. Windows color (decimal): -9208389 or 12287347. OLE color: 12287347.
HSL color Cylindrical-coordinate representation of color #737DBB: hue angle of 231.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #737DBB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 125 | 187 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.27 |
| HSL | 231.67º | 0.35% | 0.59% | - |
| HSV(B) | 231.67º | 0.39% | 0.73% | - |
| XYZ | 23.37 | 21.9 | 50.01 | - |
| YUV | 129.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 187 | 0.39 | 0.33 | 0 | 0.27 | 231.67 | 0.35 | 0.59 |
| Hex | 73 | 7D | BB | 27 | 21 | 0 | 1B | E8 | 23 | 3B |
| Octal | 163 | 175 | 273 | 47 | 41 | 0 | 33 | 350 | 43 | 73 |
| Binary | 1110011 | 1111101 | 10111011 | 100111 | 100001 | 0 | 11011 | 11101000 | 100011 | 111011 |
Color Harmonies of #737DBB
Complementary color
Monochromatic Colors of #737DBB
Black with #737DBB
Text Example
Text Example
White with #737DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DBB; }
p { color: rgb(115,125,187); }
H1.HeaderClassName
{
color: #737DBB;
}
.AnyTagClassName
{
color: #737DBB;
}
</style>
background-color css
<style>
a { background-color: #737DBB; }
a { background-color: rgb(115,125,187); }
div.DivClassName
{
background-color: #737DBB;
}
.BgClassName
{
background-color: #737DBB;
}
</style>
border-color css
<style>
span { border-color: #737DBB; }
span { border-color: rgb(115,125,187); }
td.TdClassName
{
border-color: #737DBB;
}
.TagClassName
{
border-color: #737DBB;
}
</style>