Shades of Wild Blue Yonder #828EBE
Tints of Wild Blue Yonder #828EBE
RGB
CMYK
RGB Variations
Color information
#828EBE (or 0x828EBE) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and BE. RGB value is (130,142,190). Sum of RGB (Red+Green+Blue) = 130+142+190=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #828EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBE is #7D7141. Grayscale: #8F8F8F. Windows color (decimal): -8220994 or 12488322. OLE color: 12488322.
HSL color Cylindrical-coordinate representation of color #828EBE: hue angle of 228º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828EBE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 142 | 190 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.25 |
| HSL | 228º | 0.32% | 0.63% | - |
| HSV(B) | 228º | 0.32% | 0.75% | - |
| XYZ | 28.17 | 27.81 | 52.6 | - |
| YUV | 143.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 190 | 0.32 | 0.25 | 0 | 0.25 | 228 | 0.32 | 0.63 |
| Hex | 82 | 8E | BE | 20 | 19 | 0 | 19 | E4 | 20 | 3F |
| Octal | 202 | 216 | 276 | 40 | 31 | 0 | 31 | 344 | 40 | 77 |
| Binary | 10000010 | 10001110 | 10111110 | 100000 | 11001 | 0 | 11001 | 11100100 | 100000 | 111111 |
Color Harmonies of #828EBE
Complementary color
Monochromatic Colors of #828EBE
Black with #828EBE
Text Example
Text Example
White with #828EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EBE; }
p { color: rgb(130,142,190); }
H1.HeaderClassName
{
color: #828EBE;
}
.AnyTagClassName
{
color: #828EBE;
}
</style>
background-color css
<style>
a { background-color: #828EBE; }
a { background-color: rgb(130,142,190); }
div.DivClassName
{
background-color: #828EBE;
}
.BgClassName
{
background-color: #828EBE;
}
</style>
border-color css
<style>
span { border-color: #828EBE; }
span { border-color: rgb(130,142,190); }
td.TdClassName
{
border-color: #828EBE;
}
.TagClassName
{
border-color: #828EBE;
}
</style>