Shades of Wild Blue Yonder #828ABE
Tints of Wild Blue Yonder #828ABE
RGB
CMYK
RGB Variations
Color information
#828ABE (or 0x828ABE) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and BE. RGB value is (130,138,190). Sum of RGB (Red+Green+Blue) = 130+138+190=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #828ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABE is #7D7541. Grayscale: #8D8D8D. Windows color (decimal): -8222018 or 12487298. OLE color: 12487298.
HSL color Cylindrical-coordinate representation of color #828ABE: hue angle of 232º 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 #828ABE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 138 | 190 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.25 |
| HSL | 232º | 0.32% | 0.63% | - |
| HSV(B) | 232º | 0.32% | 0.75% | - |
| XYZ | 27.59 | 26.64 | 52.4 | - |
| YUV | 141.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 190 | 0.32 | 0.27 | 0 | 0.25 | 232 | 0.32 | 0.63 |
| Hex | 82 | 8A | BE | 20 | 1B | 0 | 19 | E8 | 20 | 3F |
| Octal | 202 | 212 | 276 | 40 | 33 | 0 | 31 | 350 | 40 | 77 |
| Binary | 10000010 | 10001010 | 10111110 | 100000 | 11011 | 0 | 11001 | 11101000 | 100000 | 111111 |
Color Harmonies of #828ABE
Complementary color
Monochromatic Colors of #828ABE
Black with #828ABE
Text Example
Text Example
White with #828ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ABE; }
p { color: rgb(130,138,190); }
H1.HeaderClassName
{
color: #828ABE;
}
.AnyTagClassName
{
color: #828ABE;
}
</style>
background-color css
<style>
a { background-color: #828ABE; }
a { background-color: rgb(130,138,190); }
div.DivClassName
{
background-color: #828ABE;
}
.BgClassName
{
background-color: #828ABE;
}
</style>
border-color css
<style>
span { border-color: #828ABE; }
span { border-color: rgb(130,138,190); }
td.TdClassName
{
border-color: #828ABE;
}
.TagClassName
{
border-color: #828ABE;
}
</style>