Shades of Wild Blue Yonder #788ACD
Tints of Wild Blue Yonder #788ACD
RGB
CMYK
RGB Variations
Color information
#788ACD (or 0x788ACD) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and CD. RGB value is (120,138,205). Sum of RGB (Red+Green+Blue) = 120+138+205=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #788ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ACD is #877532. Grayscale: #8B8B8B. Windows color (decimal): -8877363 or 13470328. OLE color: 13470328.
HSL color Cylindrical-coordinate representation of color #788ACD: hue angle of 227.29º degrees, saturation: 0.46, 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 #788ACD is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 138 | 205 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.20 |
| HSL | 227.29º | 0.46% | 0.64% | - |
| HSV(B) | 227.29º | 0.41% | 0.8% | - |
| XYZ | 27.85 | 26.58 | 61.42 | - |
| YUV | 140.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 205 | 0.41 | 0.33 | 0 | 0.20 | 227.29 | 0.46 | 0.64 |
| Hex | 78 | 8A | CD | 29 | 21 | 0 | 14 | E3 | 2E | 40 |
| Octal | 170 | 212 | 315 | 51 | 41 | 0 | 24 | 343 | 56 | 100 |
| Binary | 1111000 | 10001010 | 11001101 | 101001 | 100001 | 0 | 10100 | 11100011 | 101110 | 1000000 |
Color Harmonies of #788ACD
Complementary color
Monochromatic Colors of #788ACD
Black with #788ACD
Text Example
Text Example
White with #788ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ACD; }
p { color: rgb(120,138,205); }
H1.HeaderClassName
{
color: #788ACD;
}
.AnyTagClassName
{
color: #788ACD;
}
</style>
background-color css
<style>
a { background-color: #788ACD; }
a { background-color: rgb(120,138,205); }
div.DivClassName
{
background-color: #788ACD;
}
.BgClassName
{
background-color: #788ACD;
}
</style>
border-color css
<style>
span { border-color: #788ACD; }
span { border-color: rgb(120,138,205); }
td.TdClassName
{
border-color: #788ACD;
}
.TagClassName
{
border-color: #788ACD;
}
</style>