Shades of Wild Blue Yonder #788CC0
Tints of Wild Blue Yonder #788CC0
RGB
CMYK
RGB Variations
Color information
#788CC0 (or 0x788CC0) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and C0. RGB value is (120,140,192). Sum of RGB (Red+Green+Blue) = 120+140+192=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #788CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CC0 is #87733F. Grayscale: #8B8B8B. Windows color (decimal): -8876864 or 12618872. OLE color: 12618872.
HSL color Cylindrical-coordinate representation of color #788CC0: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788CC0 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 140 | 192 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.25 |
| HSL | 223.33º | 0.36% | 0.61% | - |
| HSV(B) | 223.33º | 0.38% | 0.75% | - |
| XYZ | 26.64 | 26.56 | 53.59 | - |
| YUV | 139.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 192 | 0.38 | 0.27 | 0 | 0.25 | 223.33 | 0.36 | 0.61 |
| Hex | 78 | 8C | C0 | 26 | 1B | 0 | 19 | DF | 24 | 3D |
| Octal | 170 | 214 | 300 | 46 | 33 | 0 | 31 | 337 | 44 | 75 |
| Binary | 1111000 | 10001100 | 11000000 | 100110 | 11011 | 0 | 11001 | 11011111 | 100100 | 111101 |
Color Harmonies of #788CC0
Complementary color
Monochromatic Colors of #788CC0
Black with #788CC0
Text Example
Text Example
White with #788CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CC0; }
p { color: rgb(120,140,192); }
H1.HeaderClassName
{
color: #788CC0;
}
.AnyTagClassName
{
color: #788CC0;
}
</style>
background-color css
<style>
a { background-color: #788CC0; }
a { background-color: rgb(120,140,192); }
div.DivClassName
{
background-color: #788CC0;
}
.BgClassName
{
background-color: #788CC0;
}
</style>
border-color css
<style>
span { border-color: #788CC0; }
span { border-color: rgb(120,140,192); }
td.TdClassName
{
border-color: #788CC0;
}
.TagClassName
{
border-color: #788CC0;
}
</style>