Shades of Wild Blue Yonder #788BC8
Tints of Wild Blue Yonder #788BC8
RGB
CMYK
RGB Variations
Color information
#788BC8 (or 0x788BC8) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and C8. RGB value is (120,139,200). Sum of RGB (Red+Green+Blue) = 120+139+200=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #788BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BC8 is #877437. Grayscale: #8C8C8C. Windows color (decimal): -8877112 or 13142904. OLE color: 13142904.
HSL color Cylindrical-coordinate representation of color #788BC8: hue angle of 225.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #788BC8 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 139 | 200 | - |
| CMYK | 0.4 | 0.30 | 0 | 0.22 |
| HSL | 225.75º | 0.42% | 0.63% | - |
| HSV(B) | 225.75º | 0.4% | 0.78% | - |
| XYZ | 27.4 | 26.63 | 58.34 | - |
| YUV | 140.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 200 | 0.4 | 0.30 | 0 | 0.22 | 225.75 | 0.42 | 0.63 |
| Hex | 78 | 8B | C8 | 28 | 1E | 0 | 16 | E2 | 2A | 3F |
| Octal | 170 | 213 | 310 | 50 | 36 | 0 | 26 | 342 | 52 | 77 |
| Binary | 1111000 | 10001011 | 11001000 | 101000 | 11110 | 0 | 10110 | 11100010 | 101010 | 111111 |
Color Harmonies of #788BC8
Complementary color
Monochromatic Colors of #788BC8
Black with #788BC8
Text Example
Text Example
White with #788BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BC8; }
p { color: rgb(120,139,200); }
H1.HeaderClassName
{
color: #788BC8;
}
.AnyTagClassName
{
color: #788BC8;
}
</style>
background-color css
<style>
a { background-color: #788BC8; }
a { background-color: rgb(120,139,200); }
div.DivClassName
{
background-color: #788BC8;
}
.BgClassName
{
background-color: #788BC8;
}
</style>
border-color css
<style>
span { border-color: #788BC8; }
span { border-color: rgb(120,139,200); }
td.TdClassName
{
border-color: #788BC8;
}
.TagClassName
{
border-color: #788BC8;
}
</style>