Shades of Wild Blue Yonder #7882CB
Tints of Wild Blue Yonder #7882CB
RGB
CMYK
RGB Variations
Color information
#7882CB (or 0x7882CB) is known color: Wild Blue Yonder. HEX triplet: 78, 82 and CB. RGB value is (120,130,203). Sum of RGB (Red+Green+Blue) = 120+130+203=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 130 (51.17% from 255 or 28.70% 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 #7882CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882CB is #877D34. Grayscale: #878787. Windows color (decimal): -8879413 or 13337208. OLE color: 13337208.
HSL color Cylindrical-coordinate representation of color #7882CB: hue angle of 232.77º 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 #7882CB is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 130 | 203 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.20 |
| HSL | 232.77º | 0.44% | 0.63% | - |
| HSV(B) | 232.77º | 0.41% | 0.8% | - |
| XYZ | 26.51 | 24.27 | 59.79 | - |
| YUV | 135.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 203 | 0.41 | 0.36 | 0 | 0.20 | 232.77 | 0.44 | 0.63 |
| Hex | 78 | 82 | CB | 29 | 24 | 0 | 14 | E9 | 2C | 3F |
| Octal | 170 | 202 | 313 | 51 | 44 | 0 | 24 | 351 | 54 | 77 |
| Binary | 1111000 | 10000010 | 11001011 | 101001 | 100100 | 0 | 10100 | 11101001 | 101100 | 111111 |
Color Harmonies of #7882CB
Complementary color
Monochromatic Colors of #7882CB
Black with #7882CB
Text Example
Text Example
White with #7882CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882CB; }
p { color: rgb(120,130,203); }
H1.HeaderClassName
{
color: #7882CB;
}
.AnyTagClassName
{
color: #7882CB;
}
</style>
background-color css
<style>
a { background-color: #7882CB; }
a { background-color: rgb(120,130,203); }
div.DivClassName
{
background-color: #7882CB;
}
.BgClassName
{
background-color: #7882CB;
}
</style>
border-color css
<style>
span { border-color: #7882CB; }
span { border-color: rgb(120,130,203); }
td.TdClassName
{
border-color: #7882CB;
}
.TagClassName
{
border-color: #7882CB;
}
</style>