Shades of Wild Blue Yonder #828BB6
Tints of Wild Blue Yonder #828BB6
RGB
CMYK
RGB Variations
Color information
#828BB6 (or 0x828BB6) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and B6. RGB value is (130,139,182). Sum of RGB (Red+Green+Blue) = 130+139+182=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #828BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BB6 is #7D7449. Grayscale: #8D8D8D. Windows color (decimal): -8221770 or 11963266. OLE color: 11963266.
HSL color Cylindrical-coordinate representation of color #828BB6: hue angle of 229.62º 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 #828BB6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 139 | 182 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.29 |
| HSL | 229.62º | 0.26% | 0.61% | - |
| HSV(B) | 229.62º | 0.29% | 0.71% | - |
| XYZ | 26.88 | 26.59 | 47.97 | - |
| YUV | 141.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 182 | 0.29 | 0.24 | 0 | 0.29 | 229.62 | 0.26 | 0.61 |
| Hex | 82 | 8B | B6 | 1D | 18 | 0 | 1D | E6 | 1A | 3D |
| Octal | 202 | 213 | 266 | 35 | 30 | 0 | 35 | 346 | 32 | 75 |
| Binary | 10000010 | 10001011 | 10110110 | 11101 | 11000 | 0 | 11101 | 11100110 | 11010 | 111101 |
Color Harmonies of #828BB6
Complementary color
Monochromatic Colors of #828BB6
Black with #828BB6
Text Example
Text Example
White with #828BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BB6; }
p { color: rgb(130,139,182); }
H1.HeaderClassName
{
color: #828BB6;
}
.AnyTagClassName
{
color: #828BB6;
}
</style>
background-color css
<style>
a { background-color: #828BB6; }
a { background-color: rgb(130,139,182); }
div.DivClassName
{
background-color: #828BB6;
}
.BgClassName
{
background-color: #828BB6;
}
</style>
border-color css
<style>
span { border-color: #828BB6; }
span { border-color: rgb(130,139,182); }
td.TdClassName
{
border-color: #828BB6;
}
.TagClassName
{
border-color: #828BB6;
}
</style>