Shades of Wild Blue Yonder #788DC3
Tints of Wild Blue Yonder #788DC3
RGB
CMYK
RGB Variations
Color information
#788DC3 (or 0x788DC3) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and C3. RGB value is (120,141,195). Sum of RGB (Red+Green+Blue) = 120+141+195=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #788DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DC3 is #87723C. Grayscale: #8C8C8C. Windows color (decimal): -8876605 or 12815736. OLE color: 12815736.
HSL color Cylindrical-coordinate representation of color #788DC3: hue angle of 223.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788DC3 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 141 | 195 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.24 |
| HSL | 223.2º | 0.38% | 0.62% | - |
| HSV(B) | 223.2º | 0.38% | 0.76% | - |
| XYZ | 27.12 | 26.98 | 55.41 | - |
| YUV | 140.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 195 | 0.38 | 0.28 | 0 | 0.24 | 223.2 | 0.38 | 0.62 |
| Hex | 78 | 8D | C3 | 26 | 1C | 0 | 18 | DF | 26 | 3E |
| Octal | 170 | 215 | 303 | 46 | 34 | 0 | 30 | 337 | 46 | 76 |
| Binary | 1111000 | 10001101 | 11000011 | 100110 | 11100 | 0 | 11000 | 11011111 | 100110 | 111110 |
Color Harmonies of #788DC3
Complementary color
Monochromatic Colors of #788DC3
Black with #788DC3
Text Example
Text Example
White with #788DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DC3; }
p { color: rgb(120,141,195); }
H1.HeaderClassName
{
color: #788DC3;
}
.AnyTagClassName
{
color: #788DC3;
}
</style>
background-color css
<style>
a { background-color: #788DC3; }
a { background-color: rgb(120,141,195); }
div.DivClassName
{
background-color: #788DC3;
}
.BgClassName
{
background-color: #788DC3;
}
</style>
border-color css
<style>
span { border-color: #788DC3; }
span { border-color: rgb(120,141,195); }
td.TdClassName
{
border-color: #788DC3;
}
.TagClassName
{
border-color: #788DC3;
}
</style>