Shades of Wild Blue Yonder #787DB6
Tints of Wild Blue Yonder #787DB6
RGB
CMYK
RGB Variations
Color information
#787DB6 (or 0x787DB6) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B6. RGB value is (120,125,182). Sum of RGB (Red+Green+Blue) = 120+125+182=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #787DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DB6 is #878249. Grayscale: #818181. Windows color (decimal): -8880714 or 11959672. OLE color: 11959672.
HSL color Cylindrical-coordinate representation of color #787DB6: hue angle of 235.16º 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 #787DB6 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 125 | 182 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.29 |
| HSL | 235.16º | 0.3% | 0.59% | - |
| HSV(B) | 235.16º | 0.34% | 0.71% | - |
| XYZ | 23.52 | 22.04 | 47.27 | - |
| YUV | 130 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 182 | 0.34 | 0.31 | 0 | 0.29 | 235.16 | 0.3 | 0.59 |
| Hex | 78 | 7D | B6 | 22 | 1F | 0 | 1D | EB | 1E | 3B |
| Octal | 170 | 175 | 266 | 42 | 37 | 0 | 35 | 353 | 36 | 73 |
| Binary | 1111000 | 1111101 | 10110110 | 100010 | 11111 | 0 | 11101 | 11101011 | 11110 | 111011 |
Color Harmonies of #787DB6
Complementary color
Monochromatic Colors of #787DB6
Black with #787DB6
Text Example
Text Example
White with #787DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DB6; }
p { color: rgb(120,125,182); }
H1.HeaderClassName
{
color: #787DB6;
}
.AnyTagClassName
{
color: #787DB6;
}
</style>
background-color css
<style>
a { background-color: #787DB6; }
a { background-color: rgb(120,125,182); }
div.DivClassName
{
background-color: #787DB6;
}
.BgClassName
{
background-color: #787DB6;
}
</style>
border-color css
<style>
span { border-color: #787DB6; }
span { border-color: rgb(120,125,182); }
td.TdClassName
{
border-color: #787DB6;
}
.TagClassName
{
border-color: #787DB6;
}
</style>