Shades of Wild Blue Yonder #737DC8
Tints of Wild Blue Yonder #737DC8
RGB
CMYK
RGB Variations
Color information
#737DC8 (or 0x737DC8) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and C8. RGB value is (115,125,200). Sum of RGB (Red+Green+Blue) = 115+125+200=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #737DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DC8 is #8C8237. Grayscale: #828282. Windows color (decimal): -9208376 or 13139315. OLE color: 13139315.
HSL color Cylindrical-coordinate representation of color #737DC8: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #737DC8 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 125 | 200 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.22 |
| HSL | 232.94º | 0.44% | 0.62% | - |
| HSV(B) | 232.94º | 0.43% | 0.78% | - |
| XYZ | 24.83 | 22.48 | 57.67 | - |
| YUV | 130.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 200 | 0.42 | 0.38 | 0 | 0.22 | 232.94 | 0.44 | 0.62 |
| Hex | 73 | 7D | C8 | 2A | 26 | 0 | 16 | E9 | 2C | 3E |
| Octal | 163 | 175 | 310 | 52 | 46 | 0 | 26 | 351 | 54 | 76 |
| Binary | 1110011 | 1111101 | 11001000 | 101010 | 100110 | 0 | 10110 | 11101001 | 101100 | 111110 |
Color Harmonies of #737DC8
Complementary color
Monochromatic Colors of #737DC8
Black with #737DC8
Text Example
Text Example
White with #737DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DC8; }
p { color: rgb(115,125,200); }
H1.HeaderClassName
{
color: #737DC8;
}
.AnyTagClassName
{
color: #737DC8;
}
</style>
background-color css
<style>
a { background-color: #737DC8; }
a { background-color: rgb(115,125,200); }
div.DivClassName
{
background-color: #737DC8;
}
.BgClassName
{
background-color: #737DC8;
}
</style>
border-color css
<style>
span { border-color: #737DC8; }
span { border-color: rgb(115,125,200); }
td.TdClassName
{
border-color: #737DC8;
}
.TagClassName
{
border-color: #737DC8;
}
</style>