Shades of Wild Blue Yonder #828BBE
Tints of Wild Blue Yonder #828BBE
RGB
CMYK
RGB Variations
Color information
#828BBE (or 0x828BBE) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and BE. RGB value is (130,139,190). Sum of RGB (Red+Green+Blue) = 130+139+190=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #828BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BBE is #7D7441. Grayscale: #8D8D8D. Windows color (decimal): -8221762 or 12487554. OLE color: 12487554.
HSL color Cylindrical-coordinate representation of color #828BBE: hue angle of 231º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828BBE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 139 | 190 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.25 |
| HSL | 231º | 0.32% | 0.63% | - |
| HSV(B) | 231º | 0.32% | 0.75% | - |
| XYZ | 27.73 | 26.93 | 52.45 | - |
| YUV | 142.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 190 | 0.32 | 0.27 | 0 | 0.25 | 231 | 0.32 | 0.63 |
| Hex | 82 | 8B | BE | 20 | 1B | 0 | 19 | E7 | 20 | 3F |
| Octal | 202 | 213 | 276 | 40 | 33 | 0 | 31 | 347 | 40 | 77 |
| Binary | 10000010 | 10001011 | 10111110 | 100000 | 11011 | 0 | 11001 | 11100111 | 100000 | 111111 |
Color Harmonies of #828BBE
Complementary color
Monochromatic Colors of #828BBE
Black with #828BBE
Text Example
Text Example
White with #828BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BBE; }
p { color: rgb(130,139,190); }
H1.HeaderClassName
{
color: #828BBE;
}
.AnyTagClassName
{
color: #828BBE;
}
</style>
background-color css
<style>
a { background-color: #828BBE; }
a { background-color: rgb(130,139,190); }
div.DivClassName
{
background-color: #828BBE;
}
.BgClassName
{
background-color: #828BBE;
}
</style>
border-color css
<style>
span { border-color: #828BBE; }
span { border-color: rgb(130,139,190); }
td.TdClassName
{
border-color: #828BBE;
}
.TagClassName
{
border-color: #828BBE;
}
</style>