Shades of Wild Blue Yonder #7883C1
Tints of Wild Blue Yonder #7883C1
RGB
CMYK
RGB Variations
Color information
#7883C1 (or 0x7883C1) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and C1. RGB value is (120,131,193). Sum of RGB (Red+Green+Blue) = 120+131+193=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #7883C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883C1 is #877C3E. Grayscale: #868686. Windows color (decimal): -8879167 or 12682104. OLE color: 12682104.
HSL color Cylindrical-coordinate representation of color #7883C1: hue angle of 230.96º 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 #7883C1 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 131 | 193 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.24 |
| HSL | 230.96º | 0.37% | 0.61% | - |
| HSV(B) | 230.96º | 0.38% | 0.76% | - |
| XYZ | 25.49 | 24.08 | 53.76 | - |
| YUV | 134.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 193 | 0.38 | 0.32 | 0 | 0.24 | 230.96 | 0.37 | 0.61 |
| Hex | 78 | 83 | C1 | 26 | 20 | 0 | 18 | E7 | 25 | 3D |
| Octal | 170 | 203 | 301 | 46 | 40 | 0 | 30 | 347 | 45 | 75 |
| Binary | 1111000 | 10000011 | 11000001 | 100110 | 100000 | 0 | 11000 | 11100111 | 100101 | 111101 |
Color Harmonies of #7883C1
Complementary color
Monochromatic Colors of #7883C1
Black with #7883C1
Text Example
Text Example
White with #7883C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883C1; }
p { color: rgb(120,131,193); }
H1.HeaderClassName
{
color: #7883C1;
}
.AnyTagClassName
{
color: #7883C1;
}
</style>
background-color css
<style>
a { background-color: #7883C1; }
a { background-color: rgb(120,131,193); }
div.DivClassName
{
background-color: #7883C1;
}
.BgClassName
{
background-color: #7883C1;
}
</style>
border-color css
<style>
span { border-color: #7883C1; }
span { border-color: rgb(120,131,193); }
td.TdClassName
{
border-color: #7883C1;
}
.TagClassName
{
border-color: #7883C1;
}
</style>