Shades of Wild Blue Yonder #788AB8
Tints of Wild Blue Yonder #788AB8
RGB
CMYK
RGB Variations
Color information
#788AB8 (or 0x788AB8) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and B8. RGB value is (120,138,184). Sum of RGB (Red+Green+Blue) = 120+138+184=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #788AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AB8 is #877547. Grayscale: #898989. Windows color (decimal): -8877384 or 12094072. OLE color: 12094072.
HSL color Cylindrical-coordinate representation of color #788AB8: hue angle of 223.12º 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 #788AB8 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 138 | 184 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.28 |
| HSL | 223.13º | 0.31% | 0.6% | - |
| HSV(B) | 223.13º | 0.35% | 0.72% | - |
| XYZ | 25.49 | 25.63 | 48.95 | - |
| YUV | 137.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 184 | 0.35 | 0.25 | 0 | 0.28 | 223.13 | 0.31 | 0.6 |
| Hex | 78 | 8A | B8 | 23 | 19 | 0 | 1C | DF | 1F | 3C |
| Octal | 170 | 212 | 270 | 43 | 31 | 0 | 34 | 337 | 37 | 74 |
| Binary | 1111000 | 10001010 | 10111000 | 100011 | 11001 | 0 | 11100 | 11011111 | 11111 | 111100 |
Color Harmonies of #788AB8
Complementary color
Monochromatic Colors of #788AB8
Black with #788AB8
Text Example
Text Example
White with #788AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AB8; }
p { color: rgb(120,138,184); }
H1.HeaderClassName
{
color: #788AB8;
}
.AnyTagClassName
{
color: #788AB8;
}
</style>
background-color css
<style>
a { background-color: #788AB8; }
a { background-color: rgb(120,138,184); }
div.DivClassName
{
background-color: #788AB8;
}
.BgClassName
{
background-color: #788AB8;
}
</style>
border-color css
<style>
span { border-color: #788AB8; }
span { border-color: rgb(120,138,184); }
td.TdClassName
{
border-color: #788AB8;
}
.TagClassName
{
border-color: #788AB8;
}
</style>