Shades of Wild Blue Yonder #788FB8
Tints of Wild Blue Yonder #788FB8
RGB
CMYK
RGB Variations
Color information
#788FB8 (or 0x788FB8) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and B8. RGB value is (120,143,184). Sum of RGB (Red+Green+Blue) = 120+143+184=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #788FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FB8 is #877047. Grayscale: #8C8C8C. Windows color (decimal): -8876104 or 12095352. OLE color: 12095352.
HSL color Cylindrical-coordinate representation of color #788FB8: hue angle of 218.44º 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 #788FB8 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 143 | 184 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.28 |
| HSL | 218.44º | 0.31% | 0.6% | - |
| HSV(B) | 218.44º | 0.35% | 0.72% | - |
| XYZ | 26.22 | 27.1 | 49.2 | - |
| YUV | 140.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 184 | 0.35 | 0.22 | 0 | 0.28 | 218.44 | 0.31 | 0.6 |
| Hex | 78 | 8F | B8 | 23 | 16 | 0 | 1C | DA | 1F | 3C |
| Octal | 170 | 217 | 270 | 43 | 26 | 0 | 34 | 332 | 37 | 74 |
| Binary | 1111000 | 10001111 | 10111000 | 100011 | 10110 | 0 | 11100 | 11011010 | 11111 | 111100 |
Color Harmonies of #788FB8
Complementary color
Monochromatic Colors of #788FB8
Black with #788FB8
Text Example
Text Example
White with #788FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FB8; }
p { color: rgb(120,143,184); }
H1.HeaderClassName
{
color: #788FB8;
}
.AnyTagClassName
{
color: #788FB8;
}
</style>
background-color css
<style>
a { background-color: #788FB8; }
a { background-color: rgb(120,143,184); }
div.DivClassName
{
background-color: #788FB8;
}
.BgClassName
{
background-color: #788FB8;
}
</style>
border-color css
<style>
span { border-color: #788FB8; }
span { border-color: rgb(120,143,184); }
td.TdClassName
{
border-color: #788FB8;
}
.TagClassName
{
border-color: #788FB8;
}
</style>