Shades of Wild Blue Yonder #7883CF
Tints of Wild Blue Yonder #7883CF
RGB
CMYK
RGB Variations
Color information
#7883CF (or 0x7883CF) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and CF. RGB value is (120,131,207). Sum of RGB (Red+Green+Blue) = 120+131+207=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7883CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883CF is #877C30. Grayscale: #888888. Windows color (decimal): -8879153 or 13599608. OLE color: 13599608.
HSL color Cylindrical-coordinate representation of color #7883CF: hue angle of 232.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7883CF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 131 | 207 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.19 |
| HSL | 232.41º | 0.48% | 0.64% | - |
| HSV(B) | 232.41º | 0.42% | 0.81% | - |
| XYZ | 27.12 | 24.73 | 62.38 | - |
| YUV | 136.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 207 | 0.42 | 0.37 | 0 | 0.19 | 232.41 | 0.48 | 0.64 |
| Hex | 78 | 83 | CF | 2A | 25 | 0 | 13 | E8 | 30 | 40 |
| Octal | 170 | 203 | 317 | 52 | 45 | 0 | 23 | 350 | 60 | 100 |
| Binary | 1111000 | 10000011 | 11001111 | 101010 | 100101 | 0 | 10011 | 11101000 | 110000 | 1000000 |
Color Harmonies of #7883CF
Complementary color
Monochromatic Colors of #7883CF
Black with #7883CF
Text Example
Text Example
White with #7883CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883CF; }
p { color: rgb(120,131,207); }
H1.HeaderClassName
{
color: #7883CF;
}
.AnyTagClassName
{
color: #7883CF;
}
</style>
background-color css
<style>
a { background-color: #7883CF; }
a { background-color: rgb(120,131,207); }
div.DivClassName
{
background-color: #7883CF;
}
.BgClassName
{
background-color: #7883CF;
}
</style>
border-color css
<style>
span { border-color: #7883CF; }
span { border-color: rgb(120,131,207); }
td.TdClassName
{
border-color: #7883CF;
}
.TagClassName
{
border-color: #7883CF;
}
</style>