Shades of Wild Blue Yonder #788CC1
Tints of Wild Blue Yonder #788CC1
RGB
CMYK
RGB Variations
Color information
#788CC1 (or 0x788CC1) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and C1. RGB value is (120,140,193). Sum of RGB (Red+Green+Blue) = 120+140+193=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #788CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CC1 is #87733E. Grayscale: #8B8B8B. Windows color (decimal): -8876863 or 12684408. OLE color: 12684408.
HSL color Cylindrical-coordinate representation of color #788CC1: hue angle of 223.56º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788CC1 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 140 | 193 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.24 |
| HSL | 223.56º | 0.37% | 0.61% | - |
| HSV(B) | 223.56º | 0.38% | 0.76% | - |
| XYZ | 26.75 | 26.6 | 54.18 | - |
| YUV | 140.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 193 | 0.38 | 0.27 | 0 | 0.24 | 223.56 | 0.37 | 0.61 |
| Hex | 78 | 8C | C1 | 26 | 1B | 0 | 18 | E0 | 25 | 3D |
| Octal | 170 | 214 | 301 | 46 | 33 | 0 | 30 | 340 | 45 | 75 |
| Binary | 1111000 | 10001100 | 11000001 | 100110 | 11011 | 0 | 11000 | 11100000 | 100101 | 111101 |
Color Harmonies of #788CC1
Complementary color
Monochromatic Colors of #788CC1
Black with #788CC1
Text Example
Text Example
White with #788CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CC1; }
p { color: rgb(120,140,193); }
H1.HeaderClassName
{
color: #788CC1;
}
.AnyTagClassName
{
color: #788CC1;
}
</style>
background-color css
<style>
a { background-color: #788CC1; }
a { background-color: rgb(120,140,193); }
div.DivClassName
{
background-color: #788CC1;
}
.BgClassName
{
background-color: #788CC1;
}
</style>
border-color css
<style>
span { border-color: #788CC1; }
span { border-color: rgb(120,140,193); }
td.TdClassName
{
border-color: #788CC1;
}
.TagClassName
{
border-color: #788CC1;
}
</style>