Shades of Wild Blue Yonder #787DB9
Tints of Wild Blue Yonder #787DB9
RGB
CMYK
RGB Variations
Color information
#787DB9 (or 0x787DB9) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B9. RGB value is (120,125,185). Sum of RGB (Red+Green+Blue) = 120+125+185=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #787DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DB9 is #878246. Grayscale: #828282. Windows color (decimal): -8880711 or 12156280. OLE color: 12156280.
HSL color Cylindrical-coordinate representation of color #787DB9: hue angle of 235.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #787DB9 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 125 | 185 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.27 |
| HSL | 235.38º | 0.32% | 0.6% | - |
| HSV(B) | 235.38º | 0.35% | 0.73% | - |
| XYZ | 23.84 | 22.16 | 48.92 | - |
| YUV | 130.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 185 | 0.35 | 0.32 | 0 | 0.27 | 235.38 | 0.32 | 0.6 |
| Hex | 78 | 7D | B9 | 23 | 20 | 0 | 1B | EB | 20 | 3C |
| Octal | 170 | 175 | 271 | 43 | 40 | 0 | 33 | 353 | 40 | 74 |
| Binary | 1111000 | 1111101 | 10111001 | 100011 | 100000 | 0 | 11011 | 11101011 | 100000 | 111100 |
Color Harmonies of #787DB9
Complementary color
Monochromatic Colors of #787DB9
Black with #787DB9
Text Example
Text Example
White with #787DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DB9; }
p { color: rgb(120,125,185); }
H1.HeaderClassName
{
color: #787DB9;
}
.AnyTagClassName
{
color: #787DB9;
}
</style>
background-color css
<style>
a { background-color: #787DB9; }
a { background-color: rgb(120,125,185); }
div.DivClassName
{
background-color: #787DB9;
}
.BgClassName
{
background-color: #787DB9;
}
</style>
border-color css
<style>
span { border-color: #787DB9; }
span { border-color: rgb(120,125,185); }
td.TdClassName
{
border-color: #787DB9;
}
.TagClassName
{
border-color: #787DB9;
}
</style>