Shades of Wild Blue Yonder #8390B9
Tints of Wild Blue Yonder #8390B9
RGB
CMYK
RGB Variations
Color information
#8390B9 (or 0x8390B9) is known color: Wild Blue Yonder. HEX triplet: 83, 90 and B9. RGB value is (131,144,185). Sum of RGB (Red+Green+Blue) = 131+144+185=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #8390B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390B9 is #7C6F46. Grayscale: #909090. Windows color (decimal): -8154951 or 12161155. OLE color: 12161155.
HSL color Cylindrical-coordinate representation of color #8390B9: hue angle of 225.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8390B9 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 144 | 185 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.27 |
| HSL | 225.56º | 0.28% | 0.62% | - |
| HSV(B) | 225.56º | 0.29% | 0.73% | - |
| XYZ | 28.09 | 28.27 | 49.88 | - |
| YUV | 144.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 185 | 0.29 | 0.22 | 0 | 0.27 | 225.56 | 0.28 | 0.62 |
| Hex | 83 | 90 | B9 | 1D | 16 | 0 | 1B | E2 | 1C | 3E |
| Octal | 203 | 220 | 271 | 35 | 26 | 0 | 33 | 342 | 34 | 76 |
| Binary | 10000011 | 10010000 | 10111001 | 11101 | 10110 | 0 | 11011 | 11100010 | 11100 | 111110 |
Color Harmonies of #8390B9
Complementary color
Monochromatic Colors of #8390B9
Black with #8390B9
Text Example
Text Example
White with #8390B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8390B9; }
p { color: rgb(131,144,185); }
H1.HeaderClassName
{
color: #8390B9;
}
.AnyTagClassName
{
color: #8390B9;
}
</style>
background-color css
<style>
a { background-color: #8390B9; }
a { background-color: rgb(131,144,185); }
div.DivClassName
{
background-color: #8390B9;
}
.BgClassName
{
background-color: #8390B9;
}
</style>
border-color css
<style>
span { border-color: #8390B9; }
span { border-color: rgb(131,144,185); }
td.TdClassName
{
border-color: #8390B9;
}
.TagClassName
{
border-color: #8390B9;
}
</style>