Shades of Wild Blue Yonder #788ACF
Tints of Wild Blue Yonder #788ACF
RGB
CMYK
RGB Variations
Color information
#788ACF (or 0x788ACF) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and CF. RGB value is (120,138,207). Sum of RGB (Red+Green+Blue) = 120+138+207=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #788ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ACF is #877530. Grayscale: #8C8C8C. Windows color (decimal): -8877361 or 13601400. OLE color: 13601400.
HSL color Cylindrical-coordinate representation of color #788ACF: hue angle of 227.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788ACF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 138 | 207 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.19 |
| HSL | 227.59º | 0.48% | 0.64% | - |
| HSV(B) | 227.59º | 0.42% | 0.81% | - |
| XYZ | 28.1 | 26.68 | 62.7 | - |
| YUV | 140.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 207 | 0.42 | 0.33 | 0 | 0.19 | 227.59 | 0.48 | 0.64 |
| Hex | 78 | 8A | CF | 2A | 21 | 0 | 13 | E4 | 30 | 40 |
| Octal | 170 | 212 | 317 | 52 | 41 | 0 | 23 | 344 | 60 | 100 |
| Binary | 1111000 | 10001010 | 11001111 | 101010 | 100001 | 0 | 10011 | 11100100 | 110000 | 1000000 |
Color Harmonies of #788ACF
Complementary color
Monochromatic Colors of #788ACF
Black with #788ACF
Text Example
Text Example
White with #788ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ACF; }
p { color: rgb(120,138,207); }
H1.HeaderClassName
{
color: #788ACF;
}
.AnyTagClassName
{
color: #788ACF;
}
</style>
background-color css
<style>
a { background-color: #788ACF; }
a { background-color: rgb(120,138,207); }
div.DivClassName
{
background-color: #788ACF;
}
.BgClassName
{
background-color: #788ACF;
}
</style>
border-color css
<style>
span { border-color: #788ACF; }
span { border-color: rgb(120,138,207); }
td.TdClassName
{
border-color: #788ACF;
}
.TagClassName
{
border-color: #788ACF;
}
</style>