Shades of Wild Blue Yonder #828DB6
Tints of Wild Blue Yonder #828DB6
RGB
CMYK
RGB Variations
Color information
#828DB6 (or 0x828DB6) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and B6. RGB value is (130,141,182). Sum of RGB (Red+Green+Blue) = 130+141+182=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #828DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DB6 is #7D7249. Grayscale: #8E8E8E. Windows color (decimal): -8221258 or 11963778. OLE color: 11963778.
HSL color Cylindrical-coordinate representation of color #828DB6: hue angle of 227.31º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828DB6 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 141 | 182 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.29 |
| HSL | 227.31º | 0.26% | 0.61% | - |
| HSV(B) | 227.31º | 0.29% | 0.71% | - |
| XYZ | 27.17 | 27.17 | 48.07 | - |
| YUV | 142.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 182 | 0.29 | 0.23 | 0 | 0.29 | 227.31 | 0.26 | 0.61 |
| Hex | 82 | 8D | B6 | 1D | 17 | 0 | 1D | E3 | 1A | 3D |
| Octal | 202 | 215 | 266 | 35 | 27 | 0 | 35 | 343 | 32 | 75 |
| Binary | 10000010 | 10001101 | 10110110 | 11101 | 10111 | 0 | 11101 | 11100011 | 11010 | 111101 |
Color Harmonies of #828DB6
Complementary color
Monochromatic Colors of #828DB6
Black with #828DB6
Text Example
Text Example
White with #828DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DB6; }
p { color: rgb(130,141,182); }
H1.HeaderClassName
{
color: #828DB6;
}
.AnyTagClassName
{
color: #828DB6;
}
</style>
background-color css
<style>
a { background-color: #828DB6; }
a { background-color: rgb(130,141,182); }
div.DivClassName
{
background-color: #828DB6;
}
.BgClassName
{
background-color: #828DB6;
}
</style>
border-color css
<style>
span { border-color: #828DB6; }
span { border-color: rgb(130,141,182); }
td.TdClassName
{
border-color: #828DB6;
}
.TagClassName
{
border-color: #828DB6;
}
</style>