Shades of Wild Blue Yonder #8184BB
Tints of Wild Blue Yonder #8184BB
RGB
CMYK
RGB Variations
Color information
#8184BB (or 0x8184BB) is known color: Wild Blue Yonder. HEX triplet: 81, 84 and BB. RGB value is (129,132,187). Sum of RGB (Red+Green+Blue) = 129+132+187=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8184BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184BB is #7E7B44. Grayscale: #898989. Windows color (decimal): -8289093 or 12289153. OLE color: 12289153.
HSL color Cylindrical-coordinate representation of color #8184BB: hue angle of 236.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8184BB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 132 | 187 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.27 |
| HSL | 236.9º | 0.3% | 0.62% | - |
| HSV(B) | 236.9º | 0.31% | 0.73% | - |
| XYZ | 26.27 | 24.76 | 50.41 | - |
| YUV | 137.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 187 | 0.31 | 0.29 | 0 | 0.27 | 236.9 | 0.3 | 0.62 |
| Hex | 81 | 84 | BB | 1F | 1D | 0 | 1B | ED | 1E | 3E |
| Octal | 201 | 204 | 273 | 37 | 35 | 0 | 33 | 355 | 36 | 76 |
| Binary | 10000001 | 10000100 | 10111011 | 11111 | 11101 | 0 | 11011 | 11101101 | 11110 | 111110 |
Color Harmonies of #8184BB
Complementary color
Monochromatic Colors of #8184BB
Black with #8184BB
Text Example
Text Example
White with #8184BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8184BB; }
p { color: rgb(129,132,187); }
H1.HeaderClassName
{
color: #8184BB;
}
.AnyTagClassName
{
color: #8184BB;
}
</style>
background-color css
<style>
a { background-color: #8184BB; }
a { background-color: rgb(129,132,187); }
div.DivClassName
{
background-color: #8184BB;
}
.BgClassName
{
background-color: #8184BB;
}
</style>
border-color css
<style>
span { border-color: #8184BB; }
span { border-color: rgb(129,132,187); }
td.TdClassName
{
border-color: #8184BB;
}
.TagClassName
{
border-color: #8184BB;
}
</style>