Shades of Wild Blue Yonder #828FBA
Tints of Wild Blue Yonder #828FBA
RGB
CMYK
RGB Variations
Color information
#828FBA (or 0x828FBA) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and BA. RGB value is (130,143,186). Sum of RGB (Red+Green+Blue) = 130+143+186=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #828FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FBA is #7D7045. Grayscale: #8F8F8F. Windows color (decimal): -8220742 or 12226434. OLE color: 12226434.
HSL color Cylindrical-coordinate representation of color #828FBA: hue angle of 226.07º 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 #828FBA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 143 | 186 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.27 |
| HSL | 226.07º | 0.29% | 0.62% | - |
| HSV(B) | 226.07º | 0.3% | 0.73% | - |
| XYZ | 27.89 | 27.94 | 50.38 | - |
| YUV | 144.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 186 | 0.30 | 0.23 | 0 | 0.27 | 226.07 | 0.29 | 0.62 |
| Hex | 82 | 8F | BA | 1E | 17 | 0 | 1B | E2 | 1D | 3E |
| Octal | 202 | 217 | 272 | 36 | 27 | 0 | 33 | 342 | 35 | 76 |
| Binary | 10000010 | 10001111 | 10111010 | 11110 | 10111 | 0 | 11011 | 11100010 | 11101 | 111110 |
Color Harmonies of #828FBA
Complementary color
Monochromatic Colors of #828FBA
Black with #828FBA
Text Example
Text Example
White with #828FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FBA; }
p { color: rgb(130,143,186); }
H1.HeaderClassName
{
color: #828FBA;
}
.AnyTagClassName
{
color: #828FBA;
}
</style>
background-color css
<style>
a { background-color: #828FBA; }
a { background-color: rgb(130,143,186); }
div.DivClassName
{
background-color: #828FBA;
}
.BgClassName
{
background-color: #828FBA;
}
</style>
border-color css
<style>
span { border-color: #828FBA; }
span { border-color: rgb(130,143,186); }
td.TdClassName
{
border-color: #828FBA;
}
.TagClassName
{
border-color: #828FBA;
}
</style>