Shades of Wild Blue Yonder #828ABB
Tints of Wild Blue Yonder #828ABB
RGB
CMYK
RGB Variations
Color information
#828ABB (or 0x828ABB) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and BB. RGB value is (130,138,187). Sum of RGB (Red+Green+Blue) = 130+138+187=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #828ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABB is #7D7544. Grayscale: #8C8C8C. Windows color (decimal): -8222021 or 12290690. OLE color: 12290690.
HSL color Cylindrical-coordinate representation of color #828ABB: hue angle of 231.58º 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 #828ABB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 138 | 187 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.27 |
| HSL | 231.58º | 0.3% | 0.62% | - |
| HSV(B) | 231.58º | 0.3% | 0.73% | - |
| XYZ | 27.26 | 26.51 | 50.69 | - |
| YUV | 141.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 187 | 0.30 | 0.26 | 0 | 0.27 | 231.58 | 0.3 | 0.62 |
| Hex | 82 | 8A | BB | 1E | 1A | 0 | 1B | E8 | 1E | 3E |
| Octal | 202 | 212 | 273 | 36 | 32 | 0 | 33 | 350 | 36 | 76 |
| Binary | 10000010 | 10001010 | 10111011 | 11110 | 11010 | 0 | 11011 | 11101000 | 11110 | 111110 |
Color Harmonies of #828ABB
Complementary color
Monochromatic Colors of #828ABB
Black with #828ABB
Text Example
Text Example
White with #828ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ABB; }
p { color: rgb(130,138,187); }
H1.HeaderClassName
{
color: #828ABB;
}
.AnyTagClassName
{
color: #828ABB;
}
</style>
background-color css
<style>
a { background-color: #828ABB; }
a { background-color: rgb(130,138,187); }
div.DivClassName
{
background-color: #828ABB;
}
.BgClassName
{
background-color: #828ABB;
}
</style>
border-color css
<style>
span { border-color: #828ABB; }
span { border-color: rgb(130,138,187); }
td.TdClassName
{
border-color: #828ABB;
}
.TagClassName
{
border-color: #828ABB;
}
</style>