Shades of Wild Blue Yonder #828DBE
Tints of Wild Blue Yonder #828DBE
RGB
CMYK
RGB Variations
Color information
#828DBE (or 0x828DBE) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and BE. RGB value is (130,141,190). Sum of RGB (Red+Green+Blue) = 130+141+190=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #828DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DBE is #7D7241. Grayscale: #8F8F8F. Windows color (decimal): -8221250 or 12488066. OLE color: 12488066.
HSL color Cylindrical-coordinate representation of color #828DBE: hue angle of 229º 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 #828DBE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 141 | 190 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.25 |
| HSL | 229º | 0.32% | 0.63% | - |
| HSV(B) | 229º | 0.32% | 0.75% | - |
| XYZ | 28.03 | 27.51 | 52.55 | - |
| YUV | 143.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 190 | 0.32 | 0.26 | 0 | 0.25 | 229 | 0.32 | 0.63 |
| Hex | 82 | 8D | BE | 20 | 1A | 0 | 19 | E5 | 20 | 3F |
| Octal | 202 | 215 | 276 | 40 | 32 | 0 | 31 | 345 | 40 | 77 |
| Binary | 10000010 | 10001101 | 10111110 | 100000 | 11010 | 0 | 11001 | 11100101 | 100000 | 111111 |
Color Harmonies of #828DBE
Complementary color
Monochromatic Colors of #828DBE
Black with #828DBE
Text Example
Text Example
White with #828DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DBE; }
p { color: rgb(130,141,190); }
H1.HeaderClassName
{
color: #828DBE;
}
.AnyTagClassName
{
color: #828DBE;
}
</style>
background-color css
<style>
a { background-color: #828DBE; }
a { background-color: rgb(130,141,190); }
div.DivClassName
{
background-color: #828DBE;
}
.BgClassName
{
background-color: #828DBE;
}
</style>
border-color css
<style>
span { border-color: #828DBE; }
span { border-color: rgb(130,141,190); }
td.TdClassName
{
border-color: #828DBE;
}
.TagClassName
{
border-color: #828DBE;
}
</style>