Shades of Wild Blue Yonder #7883CB
Tints of Wild Blue Yonder #7883CB
RGB
CMYK
RGB Variations
Color information
#7883CB (or 0x7883CB) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and CB. RGB value is (120,131,203). Sum of RGB (Red+Green+Blue) = 120+131+203=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #7883CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883CB is #877C34. Grayscale: #878787. Windows color (decimal): -8879157 or 13337464. OLE color: 13337464.
HSL color Cylindrical-coordinate representation of color #7883CB: hue angle of 232.05º degrees, saturation: 0.44, 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 #7883CB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 131 | 203 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.20 |
| HSL | 232.05º | 0.44% | 0.63% | - |
| HSV(B) | 232.05º | 0.41% | 0.8% | - |
| XYZ | 26.64 | 24.54 | 59.83 | - |
| YUV | 135.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 203 | 0.41 | 0.35 | 0 | 0.20 | 232.05 | 0.44 | 0.63 |
| Hex | 78 | 83 | CB | 29 | 23 | 0 | 14 | E8 | 2C | 3F |
| Octal | 170 | 203 | 313 | 51 | 43 | 0 | 24 | 350 | 54 | 77 |
| Binary | 1111000 | 10000011 | 11001011 | 101001 | 100011 | 0 | 10100 | 11101000 | 101100 | 111111 |
Color Harmonies of #7883CB
Complementary color
Monochromatic Colors of #7883CB
Black with #7883CB
Text Example
Text Example
White with #7883CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883CB; }
p { color: rgb(120,131,203); }
H1.HeaderClassName
{
color: #7883CB;
}
.AnyTagClassName
{
color: #7883CB;
}
</style>
background-color css
<style>
a { background-color: #7883CB; }
a { background-color: rgb(120,131,203); }
div.DivClassName
{
background-color: #7883CB;
}
.BgClassName
{
background-color: #7883CB;
}
</style>
border-color css
<style>
span { border-color: #7883CB; }
span { border-color: rgb(120,131,203); }
td.TdClassName
{
border-color: #7883CB;
}
.TagClassName
{
border-color: #7883CB;
}
</style>