Shades of Wild Blue Yonder #7783CF
Tints of Wild Blue Yonder #7783CF
RGB
CMYK
RGB Variations
Color information
#7783CF (or 0x7783CF) is known color: Wild Blue Yonder. HEX triplet: 77, 83 and CF. RGB value is (119,131,207). Sum of RGB (Red+Green+Blue) = 119+131+207=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #7783CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783CF is #887C30. Grayscale: #878787. Windows color (decimal): -8944689 or 13599607. OLE color: 13599607.
HSL color Cylindrical-coordinate representation of color #7783CF: hue angle of 231.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7783CF is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 131 | 207 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.19 |
| HSL | 231.82º | 0.48% | 0.64% | - |
| HSV(B) | 231.82º | 0.43% | 0.81% | - |
| XYZ | 26.99 | 24.66 | 62.37 | - |
| YUV | 136.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 207 | 0.43 | 0.37 | 0 | 0.19 | 231.82 | 0.48 | 0.64 |
| Hex | 77 | 83 | CF | 2B | 25 | 0 | 13 | E8 | 30 | 40 |
| Octal | 167 | 203 | 317 | 53 | 45 | 0 | 23 | 350 | 60 | 100 |
| Binary | 1110111 | 10000011 | 11001111 | 101011 | 100101 | 0 | 10011 | 11101000 | 110000 | 1000000 |
Color Harmonies of #7783CF
Complementary color
Monochromatic Colors of #7783CF
Black with #7783CF
Text Example
Text Example
White with #7783CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7783CF; }
p { color: rgb(119,131,207); }
H1.HeaderClassName
{
color: #7783CF;
}
.AnyTagClassName
{
color: #7783CF;
}
</style>
background-color css
<style>
a { background-color: #7783CF; }
a { background-color: rgb(119,131,207); }
div.DivClassName
{
background-color: #7783CF;
}
.BgClassName
{
background-color: #7783CF;
}
</style>
border-color css
<style>
span { border-color: #7783CF; }
span { border-color: rgb(119,131,207); }
td.TdClassName
{
border-color: #7783CF;
}
.TagClassName
{
border-color: #7783CF;
}
</style>