Shades of Wild Blue Yonder #828DB5
Tints of Wild Blue Yonder #828DB5
RGB
CMYK
RGB Variations
Color information
#828DB5 (or 0x828DB5) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and B5. RGB value is (130,141,181). Sum of RGB (Red+Green+Blue) = 130+141+181=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #828DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DB5 is #7D724A. Grayscale: #8E8E8E. Windows color (decimal): -8221259 or 11898242. OLE color: 11898242.
HSL color Cylindrical-coordinate representation of color #828DB5: hue angle of 227.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #828DB5 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 141 | 181 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.29 |
| HSL | 227.06º | 0.26% | 0.61% | - |
| HSV(B) | 227.06º | 0.28% | 0.71% | - |
| XYZ | 27.07 | 27.13 | 47.53 | - |
| YUV | 142.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 181 | 0.28 | 0.22 | 0 | 0.29 | 227.06 | 0.26 | 0.61 |
| Hex | 82 | 8D | B5 | 1C | 16 | 0 | 1D | E3 | 1A | 3D |
| Octal | 202 | 215 | 265 | 34 | 26 | 0 | 35 | 343 | 32 | 75 |
| Binary | 10000010 | 10001101 | 10110101 | 11100 | 10110 | 0 | 11101 | 11100011 | 11010 | 111101 |
Color Harmonies of #828DB5
Complementary color
Monochromatic Colors of #828DB5
Black with #828DB5
Text Example
Text Example
White with #828DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DB5; }
p { color: rgb(130,141,181); }
H1.HeaderClassName
{
color: #828DB5;
}
.AnyTagClassName
{
color: #828DB5;
}
</style>
background-color css
<style>
a { background-color: #828DB5; }
a { background-color: rgb(130,141,181); }
div.DivClassName
{
background-color: #828DB5;
}
.BgClassName
{
background-color: #828DB5;
}
</style>
border-color css
<style>
span { border-color: #828DB5; }
span { border-color: rgb(130,141,181); }
td.TdClassName
{
border-color: #828DB5;
}
.TagClassName
{
border-color: #828DB5;
}
</style>