Shades of Wild Blue Yonder #7785CB
Tints of Wild Blue Yonder #7785CB
RGB
CMYK
RGB Variations
Color information
#7785CB (or 0x7785CB) is known color: Wild Blue Yonder. HEX triplet: 77, 85 and CB. RGB value is (119,133,203). Sum of RGB (Red+Green+Blue) = 119+133+203=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #7785CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785CB is #887A34. Grayscale: #888888. Windows color (decimal): -8944181 or 13337975. OLE color: 13337975.
HSL color Cylindrical-coordinate representation of color #7785CB: hue angle of 230º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7785CB is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 133 | 203 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.20 |
| HSL | 230º | 0.45% | 0.63% | - |
| HSV(B) | 230º | 0.41% | 0.8% | - |
| XYZ | 26.77 | 25.01 | 59.92 | - |
| YUV | 136.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 203 | 0.41 | 0.34 | 0 | 0.20 | 230 | 0.45 | 0.63 |
| Hex | 77 | 85 | CB | 29 | 22 | 0 | 14 | E6 | 2D | 3F |
| Octal | 167 | 205 | 313 | 51 | 42 | 0 | 24 | 346 | 55 | 77 |
| Binary | 1110111 | 10000101 | 11001011 | 101001 | 100010 | 0 | 10100 | 11100110 | 101101 | 111111 |
Color Harmonies of #7785CB
Complementary color
Monochromatic Colors of #7785CB
Black with #7785CB
Text Example
Text Example
White with #7785CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785CB; }
p { color: rgb(119,133,203); }
H1.HeaderClassName
{
color: #7785CB;
}
.AnyTagClassName
{
color: #7785CB;
}
</style>
background-color css
<style>
a { background-color: #7785CB; }
a { background-color: rgb(119,133,203); }
div.DivClassName
{
background-color: #7785CB;
}
.BgClassName
{
background-color: #7785CB;
}
</style>
border-color css
<style>
span { border-color: #7785CB; }
span { border-color: rgb(119,133,203); }
td.TdClassName
{
border-color: #7785CB;
}
.TagClassName
{
border-color: #7785CB;
}
</style>