Shades of Wild Blue Yonder #828ABC
Tints of Wild Blue Yonder #828ABC
RGB
CMYK
RGB Variations
Color information
#828ABC (or 0x828ABC) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and BC. RGB value is (130,138,188). Sum of RGB (Red+Green+Blue) = 130+138+188=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #828ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABC is #7D7543. Grayscale: #8D8D8D. Windows color (decimal): -8222020 or 12356226. OLE color: 12356226.
HSL color Cylindrical-coordinate representation of color #828ABC: hue angle of 231.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #828ABC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 138 | 188 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.26 |
| HSL | 231.72º | 0.3% | 0.62% | - |
| HSV(B) | 231.72º | 0.31% | 0.74% | - |
| XYZ | 27.37 | 26.55 | 51.26 | - |
| YUV | 141.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 188 | 0.31 | 0.27 | 0 | 0.26 | 231.72 | 0.3 | 0.62 |
| Hex | 82 | 8A | BC | 1F | 1B | 0 | 1A | E8 | 1E | 3E |
| Octal | 202 | 212 | 274 | 37 | 33 | 0 | 32 | 350 | 36 | 76 |
| Binary | 10000010 | 10001010 | 10111100 | 11111 | 11011 | 0 | 11010 | 11101000 | 11110 | 111110 |
Color Harmonies of #828ABC
Complementary color
Monochromatic Colors of #828ABC
Black with #828ABC
Text Example
Text Example
White with #828ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ABC; }
p { color: rgb(130,138,188); }
H1.HeaderClassName
{
color: #828ABC;
}
.AnyTagClassName
{
color: #828ABC;
}
</style>
background-color css
<style>
a { background-color: #828ABC; }
a { background-color: rgb(130,138,188); }
div.DivClassName
{
background-color: #828ABC;
}
.BgClassName
{
background-color: #828ABC;
}
</style>
border-color css
<style>
span { border-color: #828ABC; }
span { border-color: rgb(130,138,188); }
td.TdClassName
{
border-color: #828ABC;
}
.TagClassName
{
border-color: #828ABC;
}
</style>