Shades of Wild Blue Yonder #7691CA
Tints of Wild Blue Yonder #7691CA
RGB
CMYK
RGB Variations
Color information
#7691CA (or 0x7691CA) is known color: Wild Blue Yonder. HEX triplet: 76, 91 and CA. RGB value is (118,145,202). Sum of RGB (Red+Green+Blue) = 118+145+202=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7691CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691CA is #896E35. Grayscale: #8F8F8F. Windows color (decimal): -9006646 or 13275510. OLE color: 13275510.
HSL color Cylindrical-coordinate representation of color #7691CA: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7691CA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 145 | 202 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.21 |
| HSL | 220.71º | 0.44% | 0.63% | - |
| HSV(B) | 220.71º | 0.42% | 0.79% | - |
| XYZ | 28.26 | 28.37 | 59.86 | - |
| YUV | 143.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 202 | 0.42 | 0.28 | 0 | 0.21 | 220.71 | 0.44 | 0.63 |
| Hex | 76 | 91 | CA | 2A | 1C | 0 | 15 | DD | 2C | 3F |
| Octal | 166 | 221 | 312 | 52 | 34 | 0 | 25 | 335 | 54 | 77 |
| Binary | 1110110 | 10010001 | 11001010 | 101010 | 11100 | 0 | 10101 | 11011101 | 101100 | 111111 |
Color Harmonies of #7691CA
Complementary color
Monochromatic Colors of #7691CA
Black with #7691CA
Text Example
Text Example
White with #7691CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7691CA; }
p { color: rgb(118,145,202); }
H1.HeaderClassName
{
color: #7691CA;
}
.AnyTagClassName
{
color: #7691CA;
}
</style>
background-color css
<style>
a { background-color: #7691CA; }
a { background-color: rgb(118,145,202); }
div.DivClassName
{
background-color: #7691CA;
}
.BgClassName
{
background-color: #7691CA;
}
</style>
border-color css
<style>
span { border-color: #7691CA; }
span { border-color: rgb(118,145,202); }
td.TdClassName
{
border-color: #7691CA;
}
.TagClassName
{
border-color: #7691CA;
}
</style>