Shades of Wild Blue Yonder #788DBD
Tints of Wild Blue Yonder #788DBD
RGB
CMYK
RGB Variations
Color information
#788DBD (or 0x788DBD) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and BD. RGB value is (120,141,189). Sum of RGB (Red+Green+Blue) = 120+141+189=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #788DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DBD is #877242. Grayscale: #8B8B8B. Windows color (decimal): -8876611 or 12422520. OLE color: 12422520.
HSL color Cylindrical-coordinate representation of color #788DBD: hue angle of 221.74º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #788DBD is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 141 | 189 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.26 |
| HSL | 221.74º | 0.34% | 0.61% | - |
| HSV(B) | 221.74º | 0.37% | 0.74% | - |
| XYZ | 26.46 | 26.72 | 51.91 | - |
| YUV | 140.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 189 | 0.37 | 0.25 | 0 | 0.26 | 221.74 | 0.34 | 0.61 |
| Hex | 78 | 8D | BD | 25 | 19 | 0 | 1A | DE | 22 | 3D |
| Octal | 170 | 215 | 275 | 45 | 31 | 0 | 32 | 336 | 42 | 75 |
| Binary | 1111000 | 10001101 | 10111101 | 100101 | 11001 | 0 | 11010 | 11011110 | 100010 | 111101 |
Color Harmonies of #788DBD
Complementary color
Monochromatic Colors of #788DBD
Black with #788DBD
Text Example
Text Example
White with #788DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DBD; }
p { color: rgb(120,141,189); }
H1.HeaderClassName
{
color: #788DBD;
}
.AnyTagClassName
{
color: #788DBD;
}
</style>
background-color css
<style>
a { background-color: #788DBD; }
a { background-color: rgb(120,141,189); }
div.DivClassName
{
background-color: #788DBD;
}
.BgClassName
{
background-color: #788DBD;
}
</style>
border-color css
<style>
span { border-color: #788DBD; }
span { border-color: rgb(120,141,189); }
td.TdClassName
{
border-color: #788DBD;
}
.TagClassName
{
border-color: #788DBD;
}
</style>