Shades of Wild Blue Yonder #8184BC
Tints of Wild Blue Yonder #8184BC
RGB
CMYK
RGB Variations
Color information
#8184BC (or 0x8184BC) is known color: Wild Blue Yonder. HEX triplet: 81, 84 and BC. RGB value is (129,132,188). Sum of RGB (Red+Green+Blue) = 129+132+188=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8184BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184BC is #7E7B43. Grayscale: #898989. Windows color (decimal): -8289092 or 12354689. OLE color: 12354689.
HSL color Cylindrical-coordinate representation of color #8184BC: hue angle of 236.95º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8184BC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 132 | 188 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.26 |
| HSL | 236.95º | 0.31% | 0.62% | - |
| HSV(B) | 236.95º | 0.31% | 0.74% | - |
| XYZ | 26.38 | 24.8 | 50.97 | - |
| YUV | 137.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 188 | 0.31 | 0.30 | 0 | 0.26 | 236.95 | 0.31 | 0.62 |
| Hex | 81 | 84 | BC | 1F | 1E | 0 | 1A | ED | 1F | 3E |
| Octal | 201 | 204 | 274 | 37 | 36 | 0 | 32 | 355 | 37 | 76 |
| Binary | 10000001 | 10000100 | 10111100 | 11111 | 11110 | 0 | 11010 | 11101101 | 11111 | 111110 |
Color Harmonies of #8184BC
Complementary color
Monochromatic Colors of #8184BC
Black with #8184BC
Text Example
Text Example
White with #8184BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8184BC; }
p { color: rgb(129,132,188); }
H1.HeaderClassName
{
color: #8184BC;
}
.AnyTagClassName
{
color: #8184BC;
}
</style>
background-color css
<style>
a { background-color: #8184BC; }
a { background-color: rgb(129,132,188); }
div.DivClassName
{
background-color: #8184BC;
}
.BgClassName
{
background-color: #8184BC;
}
</style>
border-color css
<style>
span { border-color: #8184BC; }
span { border-color: rgb(129,132,188); }
td.TdClassName
{
border-color: #8184BC;
}
.TagClassName
{
border-color: #8184BC;
}
</style>