Shades of Wild Blue Yonder #787DB1
Tints of Wild Blue Yonder #787DB1
RGB
CMYK
RGB Variations
Color information
#787DB1 (or 0x787DB1) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B1. RGB value is (120,125,177). Sum of RGB (Red+Green+Blue) = 120+125+177=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #787DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DB1 is #87824E. Grayscale: #818181. Windows color (decimal): -8880719 or 11631992. OLE color: 11631992.
HSL color Cylindrical-coordinate representation of color #787DB1: hue angle of 234.74º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787DB1 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 125 | 177 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.31 |
| HSL | 234.74º | 0.27% | 0.58% | - |
| HSV(B) | 234.74º | 0.32% | 0.69% | - |
| XYZ | 23.02 | 21.83 | 44.6 | - |
| YUV | 129.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 177 | 0.32 | 0.29 | 0 | 0.31 | 234.74 | 0.27 | 0.58 |
| Hex | 78 | 7D | B1 | 20 | 1D | 0 | 1F | EB | 1B | 3A |
| Octal | 170 | 175 | 261 | 40 | 35 | 0 | 37 | 353 | 33 | 72 |
| Binary | 1111000 | 1111101 | 10110001 | 100000 | 11101 | 0 | 11111 | 11101011 | 11011 | 111010 |
Color Harmonies of #787DB1
Complementary color
Monochromatic Colors of #787DB1
Black with #787DB1
Text Example
Text Example
White with #787DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DB1; }
p { color: rgb(120,125,177); }
H1.HeaderClassName
{
color: #787DB1;
}
.AnyTagClassName
{
color: #787DB1;
}
</style>
background-color css
<style>
a { background-color: #787DB1; }
a { background-color: rgb(120,125,177); }
div.DivClassName
{
background-color: #787DB1;
}
.BgClassName
{
background-color: #787DB1;
}
</style>
border-color css
<style>
span { border-color: #787DB1; }
span { border-color: rgb(120,125,177); }
td.TdClassName
{
border-color: #787DB1;
}
.TagClassName
{
border-color: #787DB1;
}
</style>