Shades of Wild Blue Yonder #7784B3
Tints of Wild Blue Yonder #7784B3
RGB
CMYK
RGB Variations
Color information
#7784B3 (or 0x7784B3) is known color: Wild Blue Yonder. HEX triplet: 77, 84 and B3. RGB value is (119,132,179). Sum of RGB (Red+Green+Blue) = 119+132+179=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #7784B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784B3 is #887B4C. Grayscale: #858585. Windows color (decimal): -8944461 or 11764855. OLE color: 11764855.
HSL color Cylindrical-coordinate representation of color #7784B3: hue angle of 227º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7784B3 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 132 | 179 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.30 |
| HSL | 227º | 0.28% | 0.58% | - |
| HSV(B) | 227º | 0.34% | 0.7% | - |
| XYZ | 24 | 23.68 | 45.95 | - |
| YUV | 133.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 179 | 0.34 | 0.26 | 0 | 0.30 | 227 | 0.28 | 0.58 |
| Hex | 77 | 84 | B3 | 22 | 1A | 0 | 1E | E3 | 1C | 3A |
| Octal | 167 | 204 | 263 | 42 | 32 | 0 | 36 | 343 | 34 | 72 |
| Binary | 1110111 | 10000100 | 10110011 | 100010 | 11010 | 0 | 11110 | 11100011 | 11100 | 111010 |
Color Harmonies of #7784B3
Complementary color
Monochromatic Colors of #7784B3
Black with #7784B3
Text Example
Text Example
White with #7784B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7784B3; }
p { color: rgb(119,132,179); }
H1.HeaderClassName
{
color: #7784B3;
}
.AnyTagClassName
{
color: #7784B3;
}
</style>
background-color css
<style>
a { background-color: #7784B3; }
a { background-color: rgb(119,132,179); }
div.DivClassName
{
background-color: #7784B3;
}
.BgClassName
{
background-color: #7784B3;
}
</style>
border-color css
<style>
span { border-color: #7784B3; }
span { border-color: rgb(119,132,179); }
td.TdClassName
{
border-color: #7784B3;
}
.TagClassName
{
border-color: #7784B3;
}
</style>