Shades of Wild Blue Yonder #8185BF
Tints of Wild Blue Yonder #8185BF
RGB
CMYK
RGB Variations
Color information
#8185BF (or 0x8185BF) is known color: Wild Blue Yonder. HEX triplet: 81, 85 and BF. RGB value is (129,133,191). Sum of RGB (Red+Green+Blue) = 129+133+191=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #8185BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185BF is #7E7A40. Grayscale: #8A8A8A. Windows color (decimal): -8288833 or 12551553. OLE color: 12551553.
HSL color Cylindrical-coordinate representation of color #8185BF: hue angle of 236.13º degrees, saturation: 0.33, 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 #8185BF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 133 | 191 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.25 |
| HSL | 236.13º | 0.33% | 0.63% | - |
| HSV(B) | 236.13º | 0.32% | 0.75% | - |
| XYZ | 26.84 | 25.2 | 52.74 | - |
| YUV | 138.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 191 | 0.32 | 0.30 | 0 | 0.25 | 236.13 | 0.33 | 0.63 |
| Hex | 81 | 85 | BF | 20 | 1E | 0 | 19 | EC | 21 | 3F |
| Octal | 201 | 205 | 277 | 40 | 36 | 0 | 31 | 354 | 41 | 77 |
| Binary | 10000001 | 10000101 | 10111111 | 100000 | 11110 | 0 | 11001 | 11101100 | 100001 | 111111 |
Color Harmonies of #8185BF
Complementary color
Monochromatic Colors of #8185BF
Black with #8185BF
Text Example
Text Example
White with #8185BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185BF; }
p { color: rgb(129,133,191); }
H1.HeaderClassName
{
color: #8185BF;
}
.AnyTagClassName
{
color: #8185BF;
}
</style>
background-color css
<style>
a { background-color: #8185BF; }
a { background-color: rgb(129,133,191); }
div.DivClassName
{
background-color: #8185BF;
}
.BgClassName
{
background-color: #8185BF;
}
</style>
border-color css
<style>
span { border-color: #8185BF; }
span { border-color: rgb(129,133,191); }
td.TdClassName
{
border-color: #8185BF;
}
.TagClassName
{
border-color: #8185BF;
}
</style>