Shades of Wild Blue Yonder #788BBE
Tints of Wild Blue Yonder #788BBE
RGB
CMYK
RGB Variations
Color information
#788BBE (or 0x788BBE) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and BE. RGB value is (120,139,190). Sum of RGB (Red+Green+Blue) = 120+139+190=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #788BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BBE is #877441. Grayscale: #8A8A8A. Windows color (decimal): -8877122 or 12487544. OLE color: 12487544.
HSL color Cylindrical-coordinate representation of color #788BBE: hue angle of 223.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #788BBE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 139 | 190 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.25 |
| HSL | 223.71º | 0.35% | 0.61% | - |
| HSV(B) | 223.71º | 0.37% | 0.75% | - |
| XYZ | 26.27 | 26.18 | 52.38 | - |
| YUV | 139.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 190 | 0.37 | 0.27 | 0 | 0.25 | 223.71 | 0.35 | 0.61 |
| Hex | 78 | 8B | BE | 25 | 1B | 0 | 19 | E0 | 23 | 3D |
| Octal | 170 | 213 | 276 | 45 | 33 | 0 | 31 | 340 | 43 | 75 |
| Binary | 1111000 | 10001011 | 10111110 | 100101 | 11011 | 0 | 11001 | 11100000 | 100011 | 111101 |
Color Harmonies of #788BBE
Complementary color
Monochromatic Colors of #788BBE
Black with #788BBE
Text Example
Text Example
White with #788BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BBE; }
p { color: rgb(120,139,190); }
H1.HeaderClassName
{
color: #788BBE;
}
.AnyTagClassName
{
color: #788BBE;
}
</style>
background-color css
<style>
a { background-color: #788BBE; }
a { background-color: rgb(120,139,190); }
div.DivClassName
{
background-color: #788BBE;
}
.BgClassName
{
background-color: #788BBE;
}
</style>
border-color css
<style>
span { border-color: #788BBE; }
span { border-color: rgb(120,139,190); }
td.TdClassName
{
border-color: #788BBE;
}
.TagClassName
{
border-color: #788BBE;
}
</style>