Shades of Wild Blue Yonder #7682CB
Tints of Wild Blue Yonder #7682CB
RGB
CMYK
RGB Variations
Color information
#7682CB (or 0x7682CB) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and CB. RGB value is (118,130,203). Sum of RGB (Red+Green+Blue) = 118+130+203=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #7682CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682CB is #897D34. Grayscale: #868686. Windows color (decimal): -9010485 or 13337206. OLE color: 13337206.
HSL color Cylindrical-coordinate representation of color #7682CB: hue angle of 231.53º degrees, saturation: 0.45, 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 #7682CB is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 130 | 203 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.20 |
| HSL | 231.53º | 0.45% | 0.63% | - |
| HSV(B) | 231.53º | 0.42% | 0.8% | - |
| XYZ | 26.23 | 24.13 | 59.77 | - |
| YUV | 134.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 203 | 0.42 | 0.36 | 0 | 0.20 | 231.53 | 0.45 | 0.63 |
| Hex | 76 | 82 | CB | 2A | 24 | 0 | 14 | E8 | 2D | 3F |
| Octal | 166 | 202 | 313 | 52 | 44 | 0 | 24 | 350 | 55 | 77 |
| Binary | 1110110 | 10000010 | 11001011 | 101010 | 100100 | 0 | 10100 | 11101000 | 101101 | 111111 |
Color Harmonies of #7682CB
Complementary color
Monochromatic Colors of #7682CB
Black with #7682CB
Text Example
Text Example
White with #7682CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682CB; }
p { color: rgb(118,130,203); }
H1.HeaderClassName
{
color: #7682CB;
}
.AnyTagClassName
{
color: #7682CB;
}
</style>
background-color css
<style>
a { background-color: #7682CB; }
a { background-color: rgb(118,130,203); }
div.DivClassName
{
background-color: #7682CB;
}
.BgClassName
{
background-color: #7682CB;
}
</style>
border-color css
<style>
span { border-color: #7682CB; }
span { border-color: rgb(118,130,203); }
td.TdClassName
{
border-color: #7682CB;
}
.TagClassName
{
border-color: #7682CB;
}
</style>