Shades of Wild Blue Yonder #8291BC
Tints of Wild Blue Yonder #8291BC
RGB
CMYK
RGB Variations
Color information
#8291BC (or 0x8291BC) is known color: Wild Blue Yonder. HEX triplet: 82, 91 and BC. RGB value is (130,145,188). Sum of RGB (Red+Green+Blue) = 130+145+188=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #8291BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291BC is #7D6E43. Grayscale: #919191. Windows color (decimal): -8220228 or 12358018. OLE color: 12358018.
HSL color Cylindrical-coordinate representation of color #8291BC: hue angle of 224.48º 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 #8291BC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 145 | 188 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.26 |
| HSL | 224.48º | 0.3% | 0.62% | - |
| HSV(B) | 224.48º | 0.31% | 0.74% | - |
| XYZ | 28.41 | 28.63 | 51.61 | - |
| YUV | 145.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 188 | 0.31 | 0.23 | 0 | 0.26 | 224.48 | 0.3 | 0.62 |
| Hex | 82 | 91 | BC | 1F | 17 | 0 | 1A | E0 | 1E | 3E |
| Octal | 202 | 221 | 274 | 37 | 27 | 0 | 32 | 340 | 36 | 76 |
| Binary | 10000010 | 10010001 | 10111100 | 11111 | 10111 | 0 | 11010 | 11100000 | 11110 | 111110 |
Color Harmonies of #8291BC
Complementary color
Monochromatic Colors of #8291BC
Black with #8291BC
Text Example
Text Example
White with #8291BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291BC; }
p { color: rgb(130,145,188); }
H1.HeaderClassName
{
color: #8291BC;
}
.AnyTagClassName
{
color: #8291BC;
}
</style>
background-color css
<style>
a { background-color: #8291BC; }
a { background-color: rgb(130,145,188); }
div.DivClassName
{
background-color: #8291BC;
}
.BgClassName
{
background-color: #8291BC;
}
</style>
border-color css
<style>
span { border-color: #8291BC; }
span { border-color: rgb(130,145,188); }
td.TdClassName
{
border-color: #8291BC;
}
.TagClassName
{
border-color: #8291BC;
}
</style>