Shades of Wild Blue Yonder #788ACC
Tints of Wild Blue Yonder #788ACC
RGB
CMYK
RGB Variations
Color information
#788ACC (or 0x788ACC) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and CC. RGB value is (120,138,204). Sum of RGB (Red+Green+Blue) = 120+138+204=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #788ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ACC is #877533. Grayscale: #8B8B8B. Windows color (decimal): -8877364 or 13404792. OLE color: 13404792.
HSL color Cylindrical-coordinate representation of color #788ACC: hue angle of 227.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788ACC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 138 | 204 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.2 |
| HSL | 227.14º | 0.45% | 0.64% | - |
| HSV(B) | 227.14º | 0.41% | 0.8% | - |
| XYZ | 27.73 | 26.53 | 60.79 | - |
| YUV | 140.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 204 | 0.41 | 0.32 | 0 | 0.2 | 227.14 | 0.45 | 0.64 |
| Hex | 78 | 8A | CC | 29 | 20 | 0 | 14 | E3 | 2D | 40 |
| Octal | 170 | 212 | 314 | 51 | 40 | 0 | 24 | 343 | 55 | 100 |
| Binary | 1111000 | 10001010 | 11001100 | 101001 | 100000 | 0 | 10100 | 11100011 | 101101 | 1000000 |
Color Harmonies of #788ACC
Complementary color
Monochromatic Colors of #788ACC
Black with #788ACC
Text Example
Text Example
White with #788ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ACC; }
p { color: rgb(120,138,204); }
H1.HeaderClassName
{
color: #788ACC;
}
.AnyTagClassName
{
color: #788ACC;
}
</style>
background-color css
<style>
a { background-color: #788ACC; }
a { background-color: rgb(120,138,204); }
div.DivClassName
{
background-color: #788ACC;
}
.BgClassName
{
background-color: #788ACC;
}
</style>
border-color css
<style>
span { border-color: #788ACC; }
span { border-color: rgb(120,138,204); }
td.TdClassName
{
border-color: #788ACC;
}
.TagClassName
{
border-color: #788ACC;
}
</style>