Shades of Wild Blue Yonder #828BBB
Tints of Wild Blue Yonder #828BBB
RGB
CMYK
RGB Variations
Color information
#828BBB (or 0x828BBB) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and BB. RGB value is (130,139,187). Sum of RGB (Red+Green+Blue) = 130+139+187=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #828BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BBB is #7D7444. Grayscale: #8D8D8D. Windows color (decimal): -8221765 or 12290946. OLE color: 12290946.
HSL color Cylindrical-coordinate representation of color #828BBB: hue angle of 230.53º degrees, saturation: 0.3, 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 #828BBB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 139 | 187 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.27 |
| HSL | 230.53º | 0.3% | 0.62% | - |
| HSV(B) | 230.53º | 0.3% | 0.73% | - |
| XYZ | 27.41 | 26.8 | 50.74 | - |
| YUV | 141.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 187 | 0.30 | 0.26 | 0 | 0.27 | 230.53 | 0.3 | 0.62 |
| Hex | 82 | 8B | BB | 1E | 1A | 0 | 1B | E7 | 1E | 3E |
| Octal | 202 | 213 | 273 | 36 | 32 | 0 | 33 | 347 | 36 | 76 |
| Binary | 10000010 | 10001011 | 10111011 | 11110 | 11010 | 0 | 11011 | 11100111 | 11110 | 111110 |
Color Harmonies of #828BBB
Complementary color
Monochromatic Colors of #828BBB
Black with #828BBB
Text Example
Text Example
White with #828BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BBB; }
p { color: rgb(130,139,187); }
H1.HeaderClassName
{
color: #828BBB;
}
.AnyTagClassName
{
color: #828BBB;
}
</style>
background-color css
<style>
a { background-color: #828BBB; }
a { background-color: rgb(130,139,187); }
div.DivClassName
{
background-color: #828BBB;
}
.BgClassName
{
background-color: #828BBB;
}
</style>
border-color css
<style>
span { border-color: #828BBB; }
span { border-color: rgb(130,139,187); }
td.TdClassName
{
border-color: #828BBB;
}
.TagClassName
{
border-color: #828BBB;
}
</style>