Shades of Wild Blue Yonder #8290BF
Tints of Wild Blue Yonder #8290BF
RGB
CMYK
RGB Variations
Color information
#8290BF (or 0x8290BF) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and BF. RGB value is (130,144,191). Sum of RGB (Red+Green+Blue) = 130+144+191=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #8290BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290BF is #7D6F40. Grayscale: #909090. Windows color (decimal): -8220481 or 12554370. OLE color: 12554370.
HSL color Cylindrical-coordinate representation of color #8290BF: hue angle of 226.23º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8290BF is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 144 | 191 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.25 |
| HSL | 226.23º | 0.32% | 0.63% | - |
| HSV(B) | 226.23º | 0.32% | 0.75% | - |
| XYZ | 28.58 | 28.45 | 53.28 | - |
| YUV | 145.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 191 | 0.32 | 0.25 | 0 | 0.25 | 226.23 | 0.32 | 0.63 |
| Hex | 82 | 90 | BF | 20 | 19 | 0 | 19 | E2 | 20 | 3F |
| Octal | 202 | 220 | 277 | 40 | 31 | 0 | 31 | 342 | 40 | 77 |
| Binary | 10000010 | 10010000 | 10111111 | 100000 | 11001 | 0 | 11001 | 11100010 | 100000 | 111111 |
Color Harmonies of #8290BF
Complementary color
Monochromatic Colors of #8290BF
Black with #8290BF
Text Example
Text Example
White with #8290BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290BF; }
p { color: rgb(130,144,191); }
H1.HeaderClassName
{
color: #8290BF;
}
.AnyTagClassName
{
color: #8290BF;
}
</style>
background-color css
<style>
a { background-color: #8290BF; }
a { background-color: rgb(130,144,191); }
div.DivClassName
{
background-color: #8290BF;
}
.BgClassName
{
background-color: #8290BF;
}
</style>
border-color css
<style>
span { border-color: #8290BF; }
span { border-color: rgb(130,144,191); }
td.TdClassName
{
border-color: #8290BF;
}
.TagClassName
{
border-color: #8290BF;
}
</style>