Shades of Wild Blue Yonder #788DB4
Tints of Wild Blue Yonder #788DB4
RGB
CMYK
RGB Variations
Color information
#788DB4 (or 0x788DB4) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and B4. RGB value is (120,141,180). Sum of RGB (Red+Green+Blue) = 120+141+180=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #788DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DB4 is #87724B. Grayscale: #8A8A8A. Windows color (decimal): -8876620 or 11832696. OLE color: 11832696.
HSL color Cylindrical-coordinate representation of color #788DB4: hue angle of 219º 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 #788DB4 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 141 | 180 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.29 |
| HSL | 219º | 0.29% | 0.59% | - |
| HSV(B) | 219º | 0.33% | 0.71% | - |
| XYZ | 25.51 | 26.34 | 46.92 | - |
| YUV | 139.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 180 | 0.33 | 0.22 | 0 | 0.29 | 219 | 0.29 | 0.59 |
| Hex | 78 | 8D | B4 | 21 | 16 | 0 | 1D | DB | 1D | 3B |
| Octal | 170 | 215 | 264 | 41 | 26 | 0 | 35 | 333 | 35 | 73 |
| Binary | 1111000 | 10001101 | 10110100 | 100001 | 10110 | 0 | 11101 | 11011011 | 11101 | 111011 |
Color Harmonies of #788DB4
Complementary color
Monochromatic Colors of #788DB4
Black with #788DB4
Text Example
Text Example
White with #788DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DB4; }
p { color: rgb(120,141,180); }
H1.HeaderClassName
{
color: #788DB4;
}
.AnyTagClassName
{
color: #788DB4;
}
</style>
background-color css
<style>
a { background-color: #788DB4; }
a { background-color: rgb(120,141,180); }
div.DivClassName
{
background-color: #788DB4;
}
.BgClassName
{
background-color: #788DB4;
}
</style>
border-color css
<style>
span { border-color: #788DB4; }
span { border-color: rgb(120,141,180); }
td.TdClassName
{
border-color: #788DB4;
}
.TagClassName
{
border-color: #788DB4;
}
</style>