Shades of Wild Blue Yonder #7386CC
Tints of Wild Blue Yonder #7386CC
RGB
CMYK
RGB Variations
Color information
#7386CC (or 0x7386CC) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and CC. RGB value is (115,134,204). Sum of RGB (Red+Green+Blue) = 115+134+204=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7386CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386CC is #8C7933. Grayscale: #888888. Windows color (decimal): -9206068 or 13403763. OLE color: 13403763.
HSL color Cylindrical-coordinate representation of color #7386CC: hue angle of 227.19º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7386CC is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 134 | 204 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.2 |
| HSL | 227.19º | 0.47% | 0.63% | - |
| HSV(B) | 227.19º | 0.44% | 0.8% | - |
| XYZ | 26.49 | 25.05 | 60.57 | - |
| YUV | 136.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 204 | 0.44 | 0.34 | 0 | 0.2 | 227.19 | 0.47 | 0.63 |
| Hex | 73 | 86 | CC | 2C | 22 | 0 | 14 | E3 | 2F | 3F |
| Octal | 163 | 206 | 314 | 54 | 42 | 0 | 24 | 343 | 57 | 77 |
| Binary | 1110011 | 10000110 | 11001100 | 101100 | 100010 | 0 | 10100 | 11100011 | 101111 | 111111 |
Color Harmonies of #7386CC
Complementary color
Monochromatic Colors of #7386CC
Black with #7386CC
Text Example
Text Example
White with #7386CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386CC; }
p { color: rgb(115,134,204); }
H1.HeaderClassName
{
color: #7386CC;
}
.AnyTagClassName
{
color: #7386CC;
}
</style>
background-color css
<style>
a { background-color: #7386CC; }
a { background-color: rgb(115,134,204); }
div.DivClassName
{
background-color: #7386CC;
}
.BgClassName
{
background-color: #7386CC;
}
</style>
border-color css
<style>
span { border-color: #7386CC; }
span { border-color: rgb(115,134,204); }
td.TdClassName
{
border-color: #7386CC;
}
.TagClassName
{
border-color: #7386CC;
}
</style>