Shades of Wild Blue Yonder #7782BD
Tints of Wild Blue Yonder #7782BD
RGB
CMYK
RGB Variations
Color information
#7782BD (or 0x7782BD) is known color: Wild Blue Yonder. HEX triplet: 77, 82 and BD. RGB value is (119,130,189). Sum of RGB (Red+Green+Blue) = 119+130+189=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7782BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782BD is #887D42. Grayscale: #858585. Windows color (decimal): -8944963 or 12419703. OLE color: 12419703.
HSL color Cylindrical-coordinate representation of color #7782BD: hue angle of 230.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7782BD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 130 | 189 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.26 |
| HSL | 230.57º | 0.35% | 0.6% | - |
| HSV(B) | 230.57º | 0.37% | 0.74% | - |
| XYZ | 24.78 | 23.56 | 51.39 | - |
| YUV | 133.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 189 | 0.37 | 0.31 | 0 | 0.26 | 230.57 | 0.35 | 0.6 |
| Hex | 77 | 82 | BD | 25 | 1F | 0 | 1A | E7 | 23 | 3C |
| Octal | 167 | 202 | 275 | 45 | 37 | 0 | 32 | 347 | 43 | 74 |
| Binary | 1110111 | 10000010 | 10111101 | 100101 | 11111 | 0 | 11010 | 11100111 | 100011 | 111100 |
Color Harmonies of #7782BD
Complementary color
Monochromatic Colors of #7782BD
Black with #7782BD
Text Example
Text Example
White with #7782BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782BD; }
p { color: rgb(119,130,189); }
H1.HeaderClassName
{
color: #7782BD;
}
.AnyTagClassName
{
color: #7782BD;
}
</style>
background-color css
<style>
a { background-color: #7782BD; }
a { background-color: rgb(119,130,189); }
div.DivClassName
{
background-color: #7782BD;
}
.BgClassName
{
background-color: #7782BD;
}
</style>
border-color css
<style>
span { border-color: #7782BD; }
span { border-color: rgb(119,130,189); }
td.TdClassName
{
border-color: #7782BD;
}
.TagClassName
{
border-color: #7782BD;
}
</style>