Shades of Wild Blue Yonder #7388CF
Tints of Wild Blue Yonder #7388CF
RGB
CMYK
RGB Variations
Color information
#7388CF (or 0x7388CF) is known color: Wild Blue Yonder. HEX triplet: 73, 88 and CF. RGB value is (115,136,207). Sum of RGB (Red+Green+Blue) = 115+136+207=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7388CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388CF is #8C7730. Grayscale: #898989. Windows color (decimal): -9205553 or 13600883. OLE color: 13600883.
HSL color Cylindrical-coordinate representation of color #7388CF: hue angle of 226.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7388CF is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 136 | 207 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.19 |
| HSL | 226.3º | 0.49% | 0.63% | - |
| HSV(B) | 226.3º | 0.44% | 0.81% | - |
| XYZ | 27.14 | 25.76 | 62.57 | - |
| YUV | 137.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 207 | 0.44 | 0.34 | 0 | 0.19 | 226.3 | 0.49 | 0.63 |
| Hex | 73 | 88 | CF | 2C | 22 | 0 | 13 | E2 | 31 | 3F |
| Octal | 163 | 210 | 317 | 54 | 42 | 0 | 23 | 342 | 61 | 77 |
| Binary | 1110011 | 10001000 | 11001111 | 101100 | 100010 | 0 | 10011 | 11100010 | 110001 | 111111 |
Color Harmonies of #7388CF
Complementary color
Monochromatic Colors of #7388CF
Black with #7388CF
Text Example
Text Example
White with #7388CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7388CF; }
p { color: rgb(115,136,207); }
H1.HeaderClassName
{
color: #7388CF;
}
.AnyTagClassName
{
color: #7388CF;
}
</style>
background-color css
<style>
a { background-color: #7388CF; }
a { background-color: rgb(115,136,207); }
div.DivClassName
{
background-color: #7388CF;
}
.BgClassName
{
background-color: #7388CF;
}
</style>
border-color css
<style>
span { border-color: #7388CF; }
span { border-color: rgb(115,136,207); }
td.TdClassName
{
border-color: #7388CF;
}
.TagClassName
{
border-color: #7388CF;
}
</style>