Shades of Wild Blue Yonder #7682CC
Tints of Wild Blue Yonder #7682CC
RGB
CMYK
RGB Variations
Color information
#7682CC (or 0x7682CC) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and CC. RGB value is (118,130,204). Sum of RGB (Red+Green+Blue) = 118+130+204=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #7682CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682CC is #897D33. Grayscale: #868686. Windows color (decimal): -9010484 or 13402742. OLE color: 13402742.
HSL color Cylindrical-coordinate representation of color #7682CC: hue angle of 231.63º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7682CC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 130 | 204 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.2 |
| HSL | 231.63º | 0.46% | 0.63% | - |
| HSV(B) | 231.63º | 0.42% | 0.8% | - |
| XYZ | 26.35 | 24.18 | 60.4 | - |
| YUV | 134.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 204 | 0.42 | 0.36 | 0 | 0.2 | 231.63 | 0.46 | 0.63 |
| Hex | 76 | 82 | CC | 2A | 24 | 0 | 14 | E8 | 2E | 3F |
| Octal | 166 | 202 | 314 | 52 | 44 | 0 | 24 | 350 | 56 | 77 |
| Binary | 1110110 | 10000010 | 11001100 | 101010 | 100100 | 0 | 10100 | 11101000 | 101110 | 111111 |
Color Harmonies of #7682CC
Complementary color
Monochromatic Colors of #7682CC
Black with #7682CC
Text Example
Text Example
White with #7682CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682CC; }
p { color: rgb(118,130,204); }
H1.HeaderClassName
{
color: #7682CC;
}
.AnyTagClassName
{
color: #7682CC;
}
</style>
background-color css
<style>
a { background-color: #7682CC; }
a { background-color: rgb(118,130,204); }
div.DivClassName
{
background-color: #7682CC;
}
.BgClassName
{
background-color: #7682CC;
}
</style>
border-color css
<style>
span { border-color: #7682CC; }
span { border-color: rgb(118,130,204); }
td.TdClassName
{
border-color: #7682CC;
}
.TagClassName
{
border-color: #7682CC;
}
</style>