Shades of Wild Blue Yonder #788CBC
Tints of Wild Blue Yonder #788CBC
RGB
CMYK
RGB Variations
Color information
#788CBC (or 0x788CBC) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and BC. RGB value is (120,140,188). Sum of RGB (Red+Green+Blue) = 120+140+188=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #788CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CBC is #877343. Grayscale: #8B8B8B. Windows color (decimal): -8876868 or 12356728. OLE color: 12356728.
HSL color Cylindrical-coordinate representation of color #788CBC: hue angle of 222.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #788CBC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 140 | 188 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.26 |
| HSL | 222.35º | 0.34% | 0.6% | - |
| HSV(B) | 222.35º | 0.36% | 0.74% | - |
| XYZ | 26.2 | 26.38 | 51.29 | - |
| YUV | 139.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 188 | 0.36 | 0.26 | 0 | 0.26 | 222.35 | 0.34 | 0.6 |
| Hex | 78 | 8C | BC | 24 | 1A | 0 | 1A | DE | 22 | 3C |
| Octal | 170 | 214 | 274 | 44 | 32 | 0 | 32 | 336 | 42 | 74 |
| Binary | 1111000 | 10001100 | 10111100 | 100100 | 11010 | 0 | 11010 | 11011110 | 100010 | 111100 |
Color Harmonies of #788CBC
Complementary color
Monochromatic Colors of #788CBC
Black with #788CBC
Text Example
Text Example
White with #788CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CBC; }
p { color: rgb(120,140,188); }
H1.HeaderClassName
{
color: #788CBC;
}
.AnyTagClassName
{
color: #788CBC;
}
</style>
background-color css
<style>
a { background-color: #788CBC; }
a { background-color: rgb(120,140,188); }
div.DivClassName
{
background-color: #788CBC;
}
.BgClassName
{
background-color: #788CBC;
}
</style>
border-color css
<style>
span { border-color: #788CBC; }
span { border-color: rgb(120,140,188); }
td.TdClassName
{
border-color: #788CBC;
}
.TagClassName
{
border-color: #788CBC;
}
</style>