Shades of Wild Blue Yonder #7387CE
Tints of Wild Blue Yonder #7387CE
RGB
CMYK
RGB Variations
Color information
#7387CE (or 0x7387CE) is known color: Wild Blue Yonder. HEX triplet: 73, 87 and CE. RGB value is (115,135,206). Sum of RGB (Red+Green+Blue) = 115+135+206=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7387CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387CE is #8C7831. Grayscale: #888888. Windows color (decimal): -9205810 or 13535091. OLE color: 13535091.
HSL color Cylindrical-coordinate representation of color #7387CE: hue angle of 226.81º degrees, saturation: 0.48, 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 #7387CE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 135 | 206 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.19 |
| HSL | 226.81º | 0.48% | 0.63% | - |
| HSV(B) | 226.81º | 0.44% | 0.81% | - |
| XYZ | 26.87 | 25.43 | 61.88 | - |
| YUV | 137.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 206 | 0.44 | 0.34 | 0 | 0.19 | 226.81 | 0.48 | 0.63 |
| Hex | 73 | 87 | CE | 2C | 22 | 0 | 13 | E3 | 30 | 3F |
| Octal | 163 | 207 | 316 | 54 | 42 | 0 | 23 | 343 | 60 | 77 |
| Binary | 1110011 | 10000111 | 11001110 | 101100 | 100010 | 0 | 10011 | 11100011 | 110000 | 111111 |
Color Harmonies of #7387CE
Complementary color
Monochromatic Colors of #7387CE
Black with #7387CE
Text Example
Text Example
White with #7387CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7387CE; }
p { color: rgb(115,135,206); }
H1.HeaderClassName
{
color: #7387CE;
}
.AnyTagClassName
{
color: #7387CE;
}
</style>
background-color css
<style>
a { background-color: #7387CE; }
a { background-color: rgb(115,135,206); }
div.DivClassName
{
background-color: #7387CE;
}
.BgClassName
{
background-color: #7387CE;
}
</style>
border-color css
<style>
span { border-color: #7387CE; }
span { border-color: rgb(115,135,206); }
td.TdClassName
{
border-color: #7387CE;
}
.TagClassName
{
border-color: #7387CE;
}
</style>