Shades of Wild Blue Yonder #8290BE
Tints of Wild Blue Yonder #8290BE
RGB
CMYK
RGB Variations
Color information
#8290BE (or 0x8290BE) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and BE. RGB value is (130,144,190). Sum of RGB (Red+Green+Blue) = 130+144+190=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8290BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290BE is #7D6F41. Grayscale: #909090. Windows color (decimal): -8220482 or 12488834. OLE color: 12488834.
HSL color Cylindrical-coordinate representation of color #8290BE: hue angle of 226º 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 #8290BE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 144 | 190 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.25 |
| HSL | 226º | 0.32% | 0.63% | - |
| HSV(B) | 226º | 0.32% | 0.75% | - |
| XYZ | 28.47 | 28.41 | 52.7 | - |
| YUV | 145.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 190 | 0.32 | 0.24 | 0 | 0.25 | 226 | 0.32 | 0.63 |
| Hex | 82 | 90 | BE | 20 | 18 | 0 | 19 | E2 | 20 | 3F |
| Octal | 202 | 220 | 276 | 40 | 30 | 0 | 31 | 342 | 40 | 77 |
| Binary | 10000010 | 10010000 | 10111110 | 100000 | 11000 | 0 | 11001 | 11100010 | 100000 | 111111 |
Color Harmonies of #8290BE
Complementary color
Monochromatic Colors of #8290BE
Black with #8290BE
Text Example
Text Example
White with #8290BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290BE; }
p { color: rgb(130,144,190); }
H1.HeaderClassName
{
color: #8290BE;
}
.AnyTagClassName
{
color: #8290BE;
}
</style>
background-color css
<style>
a { background-color: #8290BE; }
a { background-color: rgb(130,144,190); }
div.DivClassName
{
background-color: #8290BE;
}
.BgClassName
{
background-color: #8290BE;
}
</style>
border-color css
<style>
span { border-color: #8290BE; }
span { border-color: rgb(130,144,190); }
td.TdClassName
{
border-color: #8290BE;
}
.TagClassName
{
border-color: #8290BE;
}
</style>