Shades of Wild Blue Yonder #787DB4
Tints of Wild Blue Yonder #787DB4
RGB
CMYK
RGB Variations
Color information
#787DB4 (or 0x787DB4) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B4. RGB value is (120,125,180). Sum of RGB (Red+Green+Blue) = 120+125+180=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #787DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DB4 is #87824B. Grayscale: #818181. Windows color (decimal): -8880716 or 11828600. OLE color: 11828600.
HSL color Cylindrical-coordinate representation of color #787DB4: hue angle of 235º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787DB4 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 125 | 180 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.29 |
| HSL | 235º | 0.29% | 0.59% | - |
| HSV(B) | 235º | 0.33% | 0.71% | - |
| XYZ | 23.32 | 21.96 | 46.19 | - |
| YUV | 129.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 180 | 0.33 | 0.31 | 0 | 0.29 | 235 | 0.29 | 0.59 |
| Hex | 78 | 7D | B4 | 21 | 1F | 0 | 1D | EB | 1D | 3B |
| Octal | 170 | 175 | 264 | 41 | 37 | 0 | 35 | 353 | 35 | 73 |
| Binary | 1111000 | 1111101 | 10110100 | 100001 | 11111 | 0 | 11101 | 11101011 | 11101 | 111011 |
Color Harmonies of #787DB4
Complementary color
Monochromatic Colors of #787DB4
Black with #787DB4
Text Example
Text Example
White with #787DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DB4; }
p { color: rgb(120,125,180); }
H1.HeaderClassName
{
color: #787DB4;
}
.AnyTagClassName
{
color: #787DB4;
}
</style>
background-color css
<style>
a { background-color: #787DB4; }
a { background-color: rgb(120,125,180); }
div.DivClassName
{
background-color: #787DB4;
}
.BgClassName
{
background-color: #787DB4;
}
</style>
border-color css
<style>
span { border-color: #787DB4; }
span { border-color: rgb(120,125,180); }
td.TdClassName
{
border-color: #787DB4;
}
.TagClassName
{
border-color: #787DB4;
}
</style>