Shades of Wild Blue Yonder #7391CC
Tints of Wild Blue Yonder #7391CC
RGB
CMYK
RGB Variations
Color information
#7391CC (or 0x7391CC) is known color: Wild Blue Yonder. HEX triplet: 73, 91 and CC. RGB value is (115,145,204). Sum of RGB (Red+Green+Blue) = 115+145+204=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #7391CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391CC is #8C6E33. Grayscale: #8E8E8E. Windows color (decimal): -9203252 or 13406579. OLE color: 13406579.
HSL color Cylindrical-coordinate representation of color #7391CC: hue angle of 219.78º 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 #7391CC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 145 | 204 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.2 |
| HSL | 219.78º | 0.47% | 0.63% | - |
| HSV(B) | 219.78º | 0.44% | 0.8% | - |
| XYZ | 28.09 | 28.26 | 61.1 | - |
| YUV | 142.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 204 | 0.44 | 0.29 | 0 | 0.2 | 219.78 | 0.47 | 0.63 |
| Hex | 73 | 91 | CC | 2C | 1D | 0 | 14 | DC | 2F | 3F |
| Octal | 163 | 221 | 314 | 54 | 35 | 0 | 24 | 334 | 57 | 77 |
| Binary | 1110011 | 10010001 | 11001100 | 101100 | 11101 | 0 | 10100 | 11011100 | 101111 | 111111 |
Color Harmonies of #7391CC
Complementary color
Monochromatic Colors of #7391CC
Black with #7391CC
Text Example
Text Example
White with #7391CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7391CC; }
p { color: rgb(115,145,204); }
H1.HeaderClassName
{
color: #7391CC;
}
.AnyTagClassName
{
color: #7391CC;
}
</style>
background-color css
<style>
a { background-color: #7391CC; }
a { background-color: rgb(115,145,204); }
div.DivClassName
{
background-color: #7391CC;
}
.BgClassName
{
background-color: #7391CC;
}
</style>
border-color css
<style>
span { border-color: #7391CC; }
span { border-color: rgb(115,145,204); }
td.TdClassName
{
border-color: #7391CC;
}
.TagClassName
{
border-color: #7391CC;
}
</style>