Shades of Wild Blue Yonder #788CB8
Tints of Wild Blue Yonder #788CB8
RGB
CMYK
RGB Variations
Color information
#788CB8 (or 0x788CB8) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and B8. RGB value is (120,140,184). Sum of RGB (Red+Green+Blue) = 120+140+184=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #788CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CB8 is #877347. Grayscale: #8A8A8A. Windows color (decimal): -8876872 or 12094584. OLE color: 12094584.
HSL color Cylindrical-coordinate representation of color #788CB8: hue angle of 221.25º 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 #788CB8 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 140 | 184 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.28 |
| HSL | 221.25º | 0.31% | 0.6% | - |
| HSV(B) | 221.25º | 0.35% | 0.72% | - |
| XYZ | 25.78 | 26.21 | 49.05 | - |
| YUV | 139.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 184 | 0.35 | 0.24 | 0 | 0.28 | 221.25 | 0.31 | 0.6 |
| Hex | 78 | 8C | B8 | 23 | 18 | 0 | 1C | DD | 1F | 3C |
| Octal | 170 | 214 | 270 | 43 | 30 | 0 | 34 | 335 | 37 | 74 |
| Binary | 1111000 | 10001100 | 10111000 | 100011 | 11000 | 0 | 11100 | 11011101 | 11111 | 111100 |
Color Harmonies of #788CB8
Complementary color
Monochromatic Colors of #788CB8
Black with #788CB8
Text Example
Text Example
White with #788CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CB8; }
p { color: rgb(120,140,184); }
H1.HeaderClassName
{
color: #788CB8;
}
.AnyTagClassName
{
color: #788CB8;
}
</style>
background-color css
<style>
a { background-color: #788CB8; }
a { background-color: rgb(120,140,184); }
div.DivClassName
{
background-color: #788CB8;
}
.BgClassName
{
background-color: #788CB8;
}
</style>
border-color css
<style>
span { border-color: #788CB8; }
span { border-color: rgb(120,140,184); }
td.TdClassName
{
border-color: #788CB8;
}
.TagClassName
{
border-color: #788CB8;
}
</style>