Shades of Wild Blue Yonder #7682C9
Tints of Wild Blue Yonder #7682C9
RGB
CMYK
RGB Variations
Color information
#7682C9 (or 0x7682C9) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and C9. RGB value is (118,130,201). Sum of RGB (Red+Green+Blue) = 118+130+201=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #7682C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682C9 is #897D36. Grayscale: #868686. Windows color (decimal): -9010487 or 13206134. OLE color: 13206134.
HSL color Cylindrical-coordinate representation of color #7682C9: hue angle of 231.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7682C9 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 130 | 201 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.21 |
| HSL | 231.33º | 0.43% | 0.63% | - |
| HSV(B) | 231.33º | 0.41% | 0.79% | - |
| XYZ | 26 | 24.03 | 58.53 | - |
| YUV | 134.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 201 | 0.41 | 0.35 | 0 | 0.21 | 231.33 | 0.43 | 0.63 |
| Hex | 76 | 82 | C9 | 29 | 23 | 0 | 15 | E7 | 2B | 3F |
| Octal | 166 | 202 | 311 | 51 | 43 | 0 | 25 | 347 | 53 | 77 |
| Binary | 1110110 | 10000010 | 11001001 | 101001 | 100011 | 0 | 10101 | 11100111 | 101011 | 111111 |
Color Harmonies of #7682C9
Complementary color
Monochromatic Colors of #7682C9
Black with #7682C9
Text Example
Text Example
White with #7682C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682C9; }
p { color: rgb(118,130,201); }
H1.HeaderClassName
{
color: #7682C9;
}
.AnyTagClassName
{
color: #7682C9;
}
</style>
background-color css
<style>
a { background-color: #7682C9; }
a { background-color: rgb(118,130,201); }
div.DivClassName
{
background-color: #7682C9;
}
.BgClassName
{
background-color: #7682C9;
}
</style>
border-color css
<style>
span { border-color: #7682C9; }
span { border-color: rgb(118,130,201); }
td.TdClassName
{
border-color: #7682C9;
}
.TagClassName
{
border-color: #7682C9;
}
</style>