Shades of Wild Blue Yonder #828AB5
Tints of Wild Blue Yonder #828AB5
RGB
CMYK
RGB Variations
Color information
#828AB5 (or 0x828AB5) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and B5. RGB value is (130,138,181). Sum of RGB (Red+Green+Blue) = 130+138+181=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #828AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AB5 is #7D754A. Grayscale: #8C8C8C. Windows color (decimal): -8222027 or 11897474. OLE color: 11897474.
HSL color Cylindrical-coordinate representation of color #828AB5: hue angle of 230.59º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #828AB5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 138 | 181 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.29 |
| HSL | 230.59º | 0.26% | 0.61% | - |
| HSV(B) | 230.59º | 0.28% | 0.71% | - |
| XYZ | 26.63 | 26.26 | 47.38 | - |
| YUV | 140.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 181 | 0.28 | 0.24 | 0 | 0.29 | 230.59 | 0.26 | 0.61 |
| Hex | 82 | 8A | B5 | 1C | 18 | 0 | 1D | E7 | 1A | 3D |
| Octal | 202 | 212 | 265 | 34 | 30 | 0 | 35 | 347 | 32 | 75 |
| Binary | 10000010 | 10001010 | 10110101 | 11100 | 11000 | 0 | 11101 | 11100111 | 11010 | 111101 |
Color Harmonies of #828AB5
Complementary color
Monochromatic Colors of #828AB5
Black with #828AB5
Text Example
Text Example
White with #828AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AB5; }
p { color: rgb(130,138,181); }
H1.HeaderClassName
{
color: #828AB5;
}
.AnyTagClassName
{
color: #828AB5;
}
</style>
background-color css
<style>
a { background-color: #828AB5; }
a { background-color: rgb(130,138,181); }
div.DivClassName
{
background-color: #828AB5;
}
.BgClassName
{
background-color: #828AB5;
}
</style>
border-color css
<style>
span { border-color: #828AB5; }
span { border-color: rgb(130,138,181); }
td.TdClassName
{
border-color: #828AB5;
}
.TagClassName
{
border-color: #828AB5;
}
</style>