Shades of Wild Blue Yonder #828DBD
Tints of Wild Blue Yonder #828DBD
RGB
CMYK
RGB Variations
Color information
#828DBD (or 0x828DBD) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and BD. RGB value is (130,141,189). Sum of RGB (Red+Green+Blue) = 130+141+189=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #828DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DBD is #7D7242. Grayscale: #8E8E8E. Windows color (decimal): -8221251 or 12422530. OLE color: 12422530.
HSL color Cylindrical-coordinate representation of color #828DBD: hue angle of 228.81º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #828DBD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 141 | 189 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.26 |
| HSL | 228.81º | 0.31% | 0.63% | - |
| HSV(B) | 228.81º | 0.31% | 0.74% | - |
| XYZ | 27.92 | 27.47 | 51.97 | - |
| YUV | 143.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 189 | 0.31 | 0.25 | 0 | 0.26 | 228.81 | 0.31 | 0.63 |
| Hex | 82 | 8D | BD | 1F | 19 | 0 | 1A | E5 | 1F | 3F |
| Octal | 202 | 215 | 275 | 37 | 31 | 0 | 32 | 345 | 37 | 77 |
| Binary | 10000010 | 10001101 | 10111101 | 11111 | 11001 | 0 | 11010 | 11100101 | 11111 | 111111 |
Color Harmonies of #828DBD
Complementary color
Monochromatic Colors of #828DBD
Black with #828DBD
Text Example
Text Example
White with #828DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DBD; }
p { color: rgb(130,141,189); }
H1.HeaderClassName
{
color: #828DBD;
}
.AnyTagClassName
{
color: #828DBD;
}
</style>
background-color css
<style>
a { background-color: #828DBD; }
a { background-color: rgb(130,141,189); }
div.DivClassName
{
background-color: #828DBD;
}
.BgClassName
{
background-color: #828DBD;
}
</style>
border-color css
<style>
span { border-color: #828DBD; }
span { border-color: rgb(130,141,189); }
td.TdClassName
{
border-color: #828DBD;
}
.TagClassName
{
border-color: #828DBD;
}
</style>