Shades of Wild Blue Yonder #7680B1
Tints of Wild Blue Yonder #7680B1
RGB
CMYK
RGB Variations
Color information
#7680B1 (or 0x7680B1) is known color: Wild Blue Yonder. HEX triplet: 76, 80 and B1. RGB value is (118,128,177). Sum of RGB (Red+Green+Blue) = 118+128+177=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #7680B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7680B1 is #897F4E. Grayscale: #828282. Windows color (decimal): -9011023 or 11632758. OLE color: 11632758.
HSL color Cylindrical-coordinate representation of color #7680B1: hue angle of 229.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7680B1 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 128 | 177 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.31 |
| HSL | 229.83º | 0.27% | 0.58% | - |
| HSV(B) | 229.83º | 0.33% | 0.69% | - |
| XYZ | 23.13 | 22.46 | 44.71 | - |
| YUV | 130.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 177 | 0.33 | 0.28 | 0 | 0.31 | 229.83 | 0.27 | 0.58 |
| Hex | 76 | 80 | B1 | 21 | 1C | 0 | 1F | E6 | 1B | 3A |
| Octal | 166 | 200 | 261 | 41 | 34 | 0 | 37 | 346 | 33 | 72 |
| Binary | 1110110 | 10000000 | 10110001 | 100001 | 11100 | 0 | 11111 | 11100110 | 11011 | 111010 |
Color Harmonies of #7680B1
Complementary color
Monochromatic Colors of #7680B1
Black with #7680B1
Text Example
Text Example
White with #7680B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680B1; }
p { color: rgb(118,128,177); }
H1.HeaderClassName
{
color: #7680B1;
}
.AnyTagClassName
{
color: #7680B1;
}
</style>
background-color css
<style>
a { background-color: #7680B1; }
a { background-color: rgb(118,128,177); }
div.DivClassName
{
background-color: #7680B1;
}
.BgClassName
{
background-color: #7680B1;
}
</style>
border-color css
<style>
span { border-color: #7680B1; }
span { border-color: rgb(118,128,177); }
td.TdClassName
{
border-color: #7680B1;
}
.TagClassName
{
border-color: #7680B1;
}
</style>