Shades of Wild Blue Yonder #828CBA
Tints of Wild Blue Yonder #828CBA
RGB
CMYK
RGB Variations
Color information
#828CBA (or 0x828CBA) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and BA. RGB value is (130,140,186). Sum of RGB (Red+Green+Blue) = 130+140+186=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #828CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CBA is #7D7345. Grayscale: #8E8E8E. Windows color (decimal): -8221510 or 12225666. OLE color: 12225666.
HSL color Cylindrical-coordinate representation of color #828CBA: hue angle of 229.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828CBA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 140 | 186 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.27 |
| HSL | 229.29º | 0.29% | 0.62% | - |
| HSV(B) | 229.29º | 0.3% | 0.73% | - |
| XYZ | 27.45 | 27.05 | 50.23 | - |
| YUV | 142.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 186 | 0.30 | 0.25 | 0 | 0.27 | 229.29 | 0.29 | 0.62 |
| Hex | 82 | 8C | BA | 1E | 19 | 0 | 1B | E5 | 1D | 3E |
| Octal | 202 | 214 | 272 | 36 | 31 | 0 | 33 | 345 | 35 | 76 |
| Binary | 10000010 | 10001100 | 10111010 | 11110 | 11001 | 0 | 11011 | 11100101 | 11101 | 111110 |
Color Harmonies of #828CBA
Complementary color
Monochromatic Colors of #828CBA
Black with #828CBA
Text Example
Text Example
White with #828CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CBA; }
p { color: rgb(130,140,186); }
H1.HeaderClassName
{
color: #828CBA;
}
.AnyTagClassName
{
color: #828CBA;
}
</style>
background-color css
<style>
a { background-color: #828CBA; }
a { background-color: rgb(130,140,186); }
div.DivClassName
{
background-color: #828CBA;
}
.BgClassName
{
background-color: #828CBA;
}
</style>
border-color css
<style>
span { border-color: #828CBA; }
span { border-color: rgb(130,140,186); }
td.TdClassName
{
border-color: #828CBA;
}
.TagClassName
{
border-color: #828CBA;
}
</style>