Shades of Wild Blue Yonder #7883C7
Tints of Wild Blue Yonder #7883C7
RGB
CMYK
RGB Variations
Color information
#7883C7 (or 0x7883C7) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and C7. RGB value is (120,131,199). Sum of RGB (Red+Green+Blue) = 120+131+199=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #7883C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883C7 is #877C38. Grayscale: #878787. Windows color (decimal): -8879161 or 13075320. OLE color: 13075320.
HSL color Cylindrical-coordinate representation of color #7883C7: hue angle of 231.65º degrees, saturation: 0.41, 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 #7883C7 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 131 | 199 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.22 |
| HSL | 231.65º | 0.41% | 0.63% | - |
| HSV(B) | 231.65º | 0.4% | 0.78% | - |
| XYZ | 26.17 | 24.35 | 57.35 | - |
| YUV | 135.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 199 | 0.40 | 0.34 | 0 | 0.22 | 231.65 | 0.41 | 0.63 |
| Hex | 78 | 83 | C7 | 28 | 22 | 0 | 16 | E8 | 29 | 3F |
| Octal | 170 | 203 | 307 | 50 | 42 | 0 | 26 | 350 | 51 | 77 |
| Binary | 1111000 | 10000011 | 11000111 | 101000 | 100010 | 0 | 10110 | 11101000 | 101001 | 111111 |
Color Harmonies of #7883C7
Complementary color
Monochromatic Colors of #7883C7
Black with #7883C7
Text Example
Text Example
White with #7883C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883C7; }
p { color: rgb(120,131,199); }
H1.HeaderClassName
{
color: #7883C7;
}
.AnyTagClassName
{
color: #7883C7;
}
</style>
background-color css
<style>
a { background-color: #7883C7; }
a { background-color: rgb(120,131,199); }
div.DivClassName
{
background-color: #7883C7;
}
.BgClassName
{
background-color: #7883C7;
}
</style>
border-color css
<style>
span { border-color: #7883C7; }
span { border-color: rgb(120,131,199); }
td.TdClassName
{
border-color: #7883C7;
}
.TagClassName
{
border-color: #7883C7;
}
</style>