Shades of Wild Blue Yonder #7782CE
Tints of Wild Blue Yonder #7782CE
RGB
CMYK
RGB Variations
Color information
#7782CE (or 0x7782CE) is known color: Wild Blue Yonder. HEX triplet: 77, 82 and CE. RGB value is (119,130,206). Sum of RGB (Red+Green+Blue) = 119+130+206=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7782CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782CE is #887D31. Grayscale: #878787. Windows color (decimal): -8944946 or 13533815. OLE color: 13533815.
HSL color Cylindrical-coordinate representation of color #7782CE: hue angle of 232.41º degrees, saturation: 0.47, 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 #7782CE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 130 | 206 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.19 |
| HSL | 232.41º | 0.47% | 0.64% | - |
| HSV(B) | 232.41º | 0.42% | 0.81% | - |
| XYZ | 26.73 | 24.34 | 61.68 | - |
| YUV | 135.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 206 | 0.42 | 0.37 | 0 | 0.19 | 232.41 | 0.47 | 0.64 |
| Hex | 77 | 82 | CE | 2A | 25 | 0 | 13 | E8 | 2F | 40 |
| Octal | 167 | 202 | 316 | 52 | 45 | 0 | 23 | 350 | 57 | 100 |
| Binary | 1110111 | 10000010 | 11001110 | 101010 | 100101 | 0 | 10011 | 11101000 | 101111 | 1000000 |
Color Harmonies of #7782CE
Complementary color
Monochromatic Colors of #7782CE
Black with #7782CE
Text Example
Text Example
White with #7782CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782CE; }
p { color: rgb(119,130,206); }
H1.HeaderClassName
{
color: #7782CE;
}
.AnyTagClassName
{
color: #7782CE;
}
</style>
background-color css
<style>
a { background-color: #7782CE; }
a { background-color: rgb(119,130,206); }
div.DivClassName
{
background-color: #7782CE;
}
.BgClassName
{
background-color: #7782CE;
}
</style>
border-color css
<style>
span { border-color: #7782CE; }
span { border-color: rgb(119,130,206); }
td.TdClassName
{
border-color: #7782CE;
}
.TagClassName
{
border-color: #7782CE;
}
</style>