Shades of Wild Blue Yonder #7785C2
Tints of Wild Blue Yonder #7785C2
RGB
CMYK
RGB Variations
Color information
#7785C2 (or 0x7785C2) is known color: Wild Blue Yonder. HEX triplet: 77, 85 and C2. RGB value is (119,133,194). Sum of RGB (Red+Green+Blue) = 119+133+194=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #7785C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785C2 is #887A3D. Grayscale: #878787. Windows color (decimal): -8944190 or 12748151. OLE color: 12748151.
HSL color Cylindrical-coordinate representation of color #7785C2: hue angle of 228.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7785C2 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 133 | 194 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.24 |
| HSL | 228.8º | 0.38% | 0.61% | - |
| HSV(B) | 228.8º | 0.39% | 0.76% | - |
| XYZ | 25.73 | 24.59 | 54.43 | - |
| YUV | 135.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 194 | 0.39 | 0.31 | 0 | 0.24 | 228.8 | 0.38 | 0.61 |
| Hex | 77 | 85 | C2 | 27 | 1F | 0 | 18 | E5 | 26 | 3D |
| Octal | 167 | 205 | 302 | 47 | 37 | 0 | 30 | 345 | 46 | 75 |
| Binary | 1110111 | 10000101 | 11000010 | 100111 | 11111 | 0 | 11000 | 11100101 | 100110 | 111101 |
Color Harmonies of #7785C2
Complementary color
Monochromatic Colors of #7785C2
Black with #7785C2
Text Example
Text Example
White with #7785C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785C2; }
p { color: rgb(119,133,194); }
H1.HeaderClassName
{
color: #7785C2;
}
.AnyTagClassName
{
color: #7785C2;
}
</style>
background-color css
<style>
a { background-color: #7785C2; }
a { background-color: rgb(119,133,194); }
div.DivClassName
{
background-color: #7785C2;
}
.BgClassName
{
background-color: #7785C2;
}
</style>
border-color css
<style>
span { border-color: #7785C2; }
span { border-color: rgb(119,133,194); }
td.TdClassName
{
border-color: #7785C2;
}
.TagClassName
{
border-color: #7785C2;
}
</style>