Shades of Wild Blue Yonder #787DB8
Tints of Wild Blue Yonder #787DB8
RGB
CMYK
RGB Variations
Color information
#787DB8 (or 0x787DB8) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B8. RGB value is (120,125,184). Sum of RGB (Red+Green+Blue) = 120+125+184=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #787DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DB8 is #878247. Grayscale: #818181. Windows color (decimal): -8880712 or 12090744. OLE color: 12090744.
HSL color Cylindrical-coordinate representation of color #787DB8: hue angle of 235.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #787DB8 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 125 | 184 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.28 |
| HSL | 235.31º | 0.31% | 0.6% | - |
| HSV(B) | 235.31º | 0.35% | 0.72% | - |
| XYZ | 23.73 | 22.12 | 48.37 | - |
| YUV | 130.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 184 | 0.35 | 0.32 | 0 | 0.28 | 235.31 | 0.31 | 0.6 |
| Hex | 78 | 7D | B8 | 23 | 20 | 0 | 1C | EB | 1F | 3C |
| Octal | 170 | 175 | 270 | 43 | 40 | 0 | 34 | 353 | 37 | 74 |
| Binary | 1111000 | 1111101 | 10111000 | 100011 | 100000 | 0 | 11100 | 11101011 | 11111 | 111100 |
Color Harmonies of #787DB8
Complementary color
Monochromatic Colors of #787DB8
Black with #787DB8
Text Example
Text Example
White with #787DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DB8; }
p { color: rgb(120,125,184); }
H1.HeaderClassName
{
color: #787DB8;
}
.AnyTagClassName
{
color: #787DB8;
}
</style>
background-color css
<style>
a { background-color: #787DB8; }
a { background-color: rgb(120,125,184); }
div.DivClassName
{
background-color: #787DB8;
}
.BgClassName
{
background-color: #787DB8;
}
</style>
border-color css
<style>
span { border-color: #787DB8; }
span { border-color: rgb(120,125,184); }
td.TdClassName
{
border-color: #787DB8;
}
.TagClassName
{
border-color: #787DB8;
}
</style>