Shades of Wild Blue Yonder #828EBA
Tints of Wild Blue Yonder #828EBA
RGB
CMYK
RGB Variations
Color information
#828EBA (or 0x828EBA) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and BA. RGB value is (130,142,186). Sum of RGB (Red+Green+Blue) = 130+142+186=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #828EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBA is #7D7145. Grayscale: #8F8F8F. Windows color (decimal): -8220998 or 12226178. OLE color: 12226178.
HSL color Cylindrical-coordinate representation of color #828EBA: hue angle of 227.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828EBA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 142 | 186 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.27 |
| HSL | 227.14º | 0.29% | 0.62% | - |
| HSV(B) | 227.14º | 0.3% | 0.73% | - |
| XYZ | 27.74 | 27.64 | 50.33 | - |
| YUV | 143.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 186 | 0.30 | 0.24 | 0 | 0.27 | 227.14 | 0.29 | 0.62 |
| Hex | 82 | 8E | BA | 1E | 18 | 0 | 1B | E3 | 1D | 3E |
| Octal | 202 | 216 | 272 | 36 | 30 | 0 | 33 | 343 | 35 | 76 |
| Binary | 10000010 | 10001110 | 10111010 | 11110 | 11000 | 0 | 11011 | 11100011 | 11101 | 111110 |
Color Harmonies of #828EBA
Complementary color
Monochromatic Colors of #828EBA
Black with #828EBA
Text Example
Text Example
White with #828EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EBA; }
p { color: rgb(130,142,186); }
H1.HeaderClassName
{
color: #828EBA;
}
.AnyTagClassName
{
color: #828EBA;
}
</style>
background-color css
<style>
a { background-color: #828EBA; }
a { background-color: rgb(130,142,186); }
div.DivClassName
{
background-color: #828EBA;
}
.BgClassName
{
background-color: #828EBA;
}
</style>
border-color css
<style>
span { border-color: #828EBA; }
span { border-color: rgb(130,142,186); }
td.TdClassName
{
border-color: #828EBA;
}
.TagClassName
{
border-color: #828EBA;
}
</style>