Shades of Wild Blue Yonder #828BBC
Tints of Wild Blue Yonder #828BBC
RGB
CMYK
RGB Variations
Color information
#828BBC (or 0x828BBC) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and BC. RGB value is (130,139,188). Sum of RGB (Red+Green+Blue) = 130+139+188=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #828BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BBC is #7D7443. Grayscale: #8D8D8D. Windows color (decimal): -8221764 or 12356482. OLE color: 12356482.
HSL color Cylindrical-coordinate representation of color #828BBC: hue angle of 230.69º 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 #828BBC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 139 | 188 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.26 |
| HSL | 230.69º | 0.3% | 0.62% | - |
| HSV(B) | 230.69º | 0.31% | 0.74% | - |
| XYZ | 27.52 | 26.84 | 51.31 | - |
| YUV | 141.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 188 | 0.31 | 0.26 | 0 | 0.26 | 230.69 | 0.3 | 0.62 |
| Hex | 82 | 8B | BC | 1F | 1A | 0 | 1A | E7 | 1E | 3E |
| Octal | 202 | 213 | 274 | 37 | 32 | 0 | 32 | 347 | 36 | 76 |
| Binary | 10000010 | 10001011 | 10111100 | 11111 | 11010 | 0 | 11010 | 11100111 | 11110 | 111110 |
Color Harmonies of #828BBC
Complementary color
Monochromatic Colors of #828BBC
Black with #828BBC
Text Example
Text Example
White with #828BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BBC; }
p { color: rgb(130,139,188); }
H1.HeaderClassName
{
color: #828BBC;
}
.AnyTagClassName
{
color: #828BBC;
}
</style>
background-color css
<style>
a { background-color: #828BBC; }
a { background-color: rgb(130,139,188); }
div.DivClassName
{
background-color: #828BBC;
}
.BgClassName
{
background-color: #828BBC;
}
</style>
border-color css
<style>
span { border-color: #828BBC; }
span { border-color: rgb(130,139,188); }
td.TdClassName
{
border-color: #828BBC;
}
.TagClassName
{
border-color: #828BBC;
}
</style>