Shades of Wild Blue Yonder #788CBB
Tints of Wild Blue Yonder #788CBB
RGB
CMYK
RGB Variations
Color information
#788CBB (or 0x788CBB) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and BB. RGB value is (120,140,187). Sum of RGB (Red+Green+Blue) = 120+140+187=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #788CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CBB is #877344. Grayscale: #8B8B8B. Windows color (decimal): -8876869 or 12291192. OLE color: 12291192.
HSL color Cylindrical-coordinate representation of color #788CBB: hue angle of 222.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #788CBB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 140 | 187 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.27 |
| HSL | 222.09º | 0.33% | 0.6% | - |
| HSV(B) | 222.09º | 0.36% | 0.73% | - |
| XYZ | 26.09 | 26.34 | 50.72 | - |
| YUV | 139.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 187 | 0.36 | 0.25 | 0 | 0.27 | 222.09 | 0.33 | 0.6 |
| Hex | 78 | 8C | BB | 24 | 19 | 0 | 1B | DE | 21 | 3C |
| Octal | 170 | 214 | 273 | 44 | 31 | 0 | 33 | 336 | 41 | 74 |
| Binary | 1111000 | 10001100 | 10111011 | 100100 | 11001 | 0 | 11011 | 11011110 | 100001 | 111100 |
Color Harmonies of #788CBB
Complementary color
Monochromatic Colors of #788CBB
Black with #788CBB
Text Example
Text Example
White with #788CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CBB; }
p { color: rgb(120,140,187); }
H1.HeaderClassName
{
color: #788CBB;
}
.AnyTagClassName
{
color: #788CBB;
}
</style>
background-color css
<style>
a { background-color: #788CBB; }
a { background-color: rgb(120,140,187); }
div.DivClassName
{
background-color: #788CBB;
}
.BgClassName
{
background-color: #788CBB;
}
</style>
border-color css
<style>
span { border-color: #788CBB; }
span { border-color: rgb(120,140,187); }
td.TdClassName
{
border-color: #788CBB;
}
.TagClassName
{
border-color: #788CBB;
}
</style>