Shades of Wild Blue Yonder #7783CB
Tints of Wild Blue Yonder #7783CB
RGB
CMYK
RGB Variations
Color information
#7783CB (or 0x7783CB) is known color: Wild Blue Yonder. HEX triplet: 77, 83 and CB. RGB value is (119,131,203). Sum of RGB (Red+Green+Blue) = 119+131+203=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #7783CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783CB is #887C34. Grayscale: #878787. Windows color (decimal): -8944693 or 13337463. OLE color: 13337463.
HSL color Cylindrical-coordinate representation of color #7783CB: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7783CB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 131 | 203 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.20 |
| HSL | 231.43º | 0.45% | 0.63% | - |
| HSV(B) | 231.43º | 0.41% | 0.8% | - |
| XYZ | 26.5 | 24.47 | 59.83 | - |
| YUV | 135.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 203 | 0.41 | 0.35 | 0 | 0.20 | 231.43 | 0.45 | 0.63 |
| Hex | 77 | 83 | CB | 29 | 23 | 0 | 14 | E7 | 2D | 3F |
| Octal | 167 | 203 | 313 | 51 | 43 | 0 | 24 | 347 | 55 | 77 |
| Binary | 1110111 | 10000011 | 11001011 | 101001 | 100011 | 0 | 10100 | 11100111 | 101101 | 111111 |
Color Harmonies of #7783CB
Complementary color
Monochromatic Colors of #7783CB
Black with #7783CB
Text Example
Text Example
White with #7783CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7783CB; }
p { color: rgb(119,131,203); }
H1.HeaderClassName
{
color: #7783CB;
}
.AnyTagClassName
{
color: #7783CB;
}
</style>
background-color css
<style>
a { background-color: #7783CB; }
a { background-color: rgb(119,131,203); }
div.DivClassName
{
background-color: #7783CB;
}
.BgClassName
{
background-color: #7783CB;
}
</style>
border-color css
<style>
span { border-color: #7783CB; }
span { border-color: rgb(119,131,203); }
td.TdClassName
{
border-color: #7783CB;
}
.TagClassName
{
border-color: #7783CB;
}
</style>