Shades of Wild Blue Yonder #787FB6
Tints of Wild Blue Yonder #787FB6
RGB
CMYK
RGB Variations
Color information
#787FB6 (or 0x787FB6) is known color: Wild Blue Yonder. HEX triplet: 78, 7F and B6. RGB value is (120,127,182). Sum of RGB (Red+Green+Blue) = 120+127+182=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #787FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FB6 is #878049. Grayscale: #828282. Windows color (decimal): -8880202 or 11960184. OLE color: 11960184.
HSL color Cylindrical-coordinate representation of color #787FB6: hue angle of 233.23º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #787FB6 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 127 | 182 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.29 |
| HSL | 233.23º | 0.3% | 0.59% | - |
| HSV(B) | 233.23º | 0.34% | 0.71% | - |
| XYZ | 23.78 | 22.55 | 47.36 | - |
| YUV | 131.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 182 | 0.34 | 0.30 | 0 | 0.29 | 233.23 | 0.3 | 0.59 |
| Hex | 78 | 7F | B6 | 22 | 1E | 0 | 1D | E9 | 1E | 3B |
| Octal | 170 | 177 | 266 | 42 | 36 | 0 | 35 | 351 | 36 | 73 |
| Binary | 1111000 | 1111111 | 10110110 | 100010 | 11110 | 0 | 11101 | 11101001 | 11110 | 111011 |
Color Harmonies of #787FB6
Complementary color
Monochromatic Colors of #787FB6
Black with #787FB6
Text Example
Text Example
White with #787FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FB6; }
p { color: rgb(120,127,182); }
H1.HeaderClassName
{
color: #787FB6;
}
.AnyTagClassName
{
color: #787FB6;
}
</style>
background-color css
<style>
a { background-color: #787FB6; }
a { background-color: rgb(120,127,182); }
div.DivClassName
{
background-color: #787FB6;
}
.BgClassName
{
background-color: #787FB6;
}
</style>
border-color css
<style>
span { border-color: #787FB6; }
span { border-color: rgb(120,127,182); }
td.TdClassName
{
border-color: #787FB6;
}
.TagClassName
{
border-color: #787FB6;
}
</style>