Shades of Wild Blue Yonder #788AB5
Tints of Wild Blue Yonder #788AB5
RGB
CMYK
RGB Variations
Color information
#788AB5 (or 0x788AB5) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and B5. RGB value is (120,138,181). Sum of RGB (Red+Green+Blue) = 120+138+181=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #788AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AB5 is #87754A. Grayscale: #898989. Windows color (decimal): -8877387 or 11897464. OLE color: 11897464.
HSL color Cylindrical-coordinate representation of color #788AB5: hue angle of 222.3º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #788AB5 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 138 | 181 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.29 |
| HSL | 222.3º | 0.29% | 0.59% | - |
| HSV(B) | 222.3º | 0.34% | 0.71% | - |
| XYZ | 25.17 | 25.51 | 47.31 | - |
| YUV | 137.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 181 | 0.34 | 0.24 | 0 | 0.29 | 222.3 | 0.29 | 0.59 |
| Hex | 78 | 8A | B5 | 22 | 18 | 0 | 1D | DE | 1D | 3B |
| Octal | 170 | 212 | 265 | 42 | 30 | 0 | 35 | 336 | 35 | 73 |
| Binary | 1111000 | 10001010 | 10110101 | 100010 | 11000 | 0 | 11101 | 11011110 | 11101 | 111011 |
Color Harmonies of #788AB5
Complementary color
Monochromatic Colors of #788AB5
Black with #788AB5
Text Example
Text Example
White with #788AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AB5; }
p { color: rgb(120,138,181); }
H1.HeaderClassName
{
color: #788AB5;
}
.AnyTagClassName
{
color: #788AB5;
}
</style>
background-color css
<style>
a { background-color: #788AB5; }
a { background-color: rgb(120,138,181); }
div.DivClassName
{
background-color: #788AB5;
}
.BgClassName
{
background-color: #788AB5;
}
</style>
border-color css
<style>
span { border-color: #788AB5; }
span { border-color: rgb(120,138,181); }
td.TdClassName
{
border-color: #788AB5;
}
.TagClassName
{
border-color: #788AB5;
}
</style>