Shades of Wild Blue Yonder #8184B9
Tints of Wild Blue Yonder #8184B9
RGB
CMYK
RGB Variations
Color information
#8184B9 (or 0x8184B9) is known color: Wild Blue Yonder. HEX triplet: 81, 84 and B9. RGB value is (129,132,185). Sum of RGB (Red+Green+Blue) = 129+132+185=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #8184B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184B9 is #7E7B46. Grayscale: #888888. Windows color (decimal): -8289095 or 12158081. OLE color: 12158081.
HSL color Cylindrical-coordinate representation of color #8184B9: hue angle of 236.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8184B9 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 132 | 185 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.27 |
| HSL | 236.79º | 0.29% | 0.62% | - |
| HSV(B) | 236.79º | 0.3% | 0.73% | - |
| XYZ | 26.06 | 24.67 | 49.29 | - |
| YUV | 137.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 185 | 0.30 | 0.29 | 0 | 0.27 | 236.79 | 0.29 | 0.62 |
| Hex | 81 | 84 | B9 | 1E | 1D | 0 | 1B | ED | 1D | 3E |
| Octal | 201 | 204 | 271 | 36 | 35 | 0 | 33 | 355 | 35 | 76 |
| Binary | 10000001 | 10000100 | 10111001 | 11110 | 11101 | 0 | 11011 | 11101101 | 11101 | 111110 |
Color Harmonies of #8184B9
Complementary color
Monochromatic Colors of #8184B9
Black with #8184B9
Text Example
Text Example
White with #8184B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8184B9; }
p { color: rgb(129,132,185); }
H1.HeaderClassName
{
color: #8184B9;
}
.AnyTagClassName
{
color: #8184B9;
}
</style>
background-color css
<style>
a { background-color: #8184B9; }
a { background-color: rgb(129,132,185); }
div.DivClassName
{
background-color: #8184B9;
}
.BgClassName
{
background-color: #8184B9;
}
</style>
border-color css
<style>
span { border-color: #8184B9; }
span { border-color: rgb(129,132,185); }
td.TdClassName
{
border-color: #8184B9;
}
.TagClassName
{
border-color: #8184B9;
}
</style>