Shades of Wild Blue Yonder #7785D0
Tints of Wild Blue Yonder #7785D0
RGB
CMYK
RGB Variations
Color information
#7785D0 (or 0x7785D0) is known color: Wild Blue Yonder. HEX triplet: 77, 85 and D0. RGB value is (119,133,208). Sum of RGB (Red+Green+Blue) = 119+133+208=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #7785D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785D0 is #887A2F. Grayscale: #898989. Windows color (decimal): -8944176 or 13665655. OLE color: 13665655.
HSL color Cylindrical-coordinate representation of color #7785D0: hue angle of 230.56º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7785D0 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 133 | 208 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.18 |
| HSL | 230.56º | 0.49% | 0.64% | - |
| HSV(B) | 230.56º | 0.43% | 0.82% | - |
| XYZ | 27.38 | 25.25 | 63.11 | - |
| YUV | 137.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 208 | 0.43 | 0.36 | 0 | 0.18 | 230.56 | 0.49 | 0.64 |
| Hex | 77 | 85 | D0 | 2B | 24 | 0 | 12 | E7 | 31 | 40 |
| Octal | 167 | 205 | 320 | 53 | 44 | 0 | 22 | 347 | 61 | 100 |
| Binary | 1110111 | 10000101 | 11010000 | 101011 | 100100 | 0 | 10010 | 11100111 | 110001 | 1000000 |
Color Harmonies of #7785D0
Complementary color
Monochromatic Colors of #7785D0
Black with #7785D0
Text Example
Text Example
White with #7785D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785D0; }
p { color: rgb(119,133,208); }
H1.HeaderClassName
{
color: #7785D0;
}
.AnyTagClassName
{
color: #7785D0;
}
</style>
background-color css
<style>
a { background-color: #7785D0; }
a { background-color: rgb(119,133,208); }
div.DivClassName
{
background-color: #7785D0;
}
.BgClassName
{
background-color: #7785D0;
}
</style>
border-color css
<style>
span { border-color: #7785D0; }
span { border-color: rgb(119,133,208); }
td.TdClassName
{
border-color: #7785D0;
}
.TagClassName
{
border-color: #7785D0;
}
</style>