Shades of Wild Blue Yonder #838EBA
Tints of Wild Blue Yonder #838EBA
RGB
CMYK
RGB Variations
Color information
#838EBA (or 0x838EBA) is known color: Wild Blue Yonder. HEX triplet: 83, 8E and BA. RGB value is (131,142,186). Sum of RGB (Red+Green+Blue) = 131+142+186=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #838EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EBA is #7C7145. Grayscale: #8F8F8F. Windows color (decimal): -8155462 or 12226179. OLE color: 12226179.
HSL color Cylindrical-coordinate representation of color #838EBA: hue angle of 228º degrees, saturation: 0.28, 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 #838EBA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 142 | 186 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.27 |
| HSL | 228º | 0.28% | 0.62% | - |
| HSV(B) | 228º | 0.3% | 0.73% | - |
| XYZ | 27.9 | 27.72 | 50.33 | - |
| YUV | 143.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 186 | 0.30 | 0.24 | 0 | 0.27 | 228 | 0.28 | 0.62 |
| Hex | 83 | 8E | BA | 1E | 18 | 0 | 1B | E4 | 1C | 3E |
| Octal | 203 | 216 | 272 | 36 | 30 | 0 | 33 | 344 | 34 | 76 |
| Binary | 10000011 | 10001110 | 10111010 | 11110 | 11000 | 0 | 11011 | 11100100 | 11100 | 111110 |
Color Harmonies of #838EBA
Complementary color
Monochromatic Colors of #838EBA
Black with #838EBA
Text Example
Text Example
White with #838EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838EBA; }
p { color: rgb(131,142,186); }
H1.HeaderClassName
{
color: #838EBA;
}
.AnyTagClassName
{
color: #838EBA;
}
</style>
background-color css
<style>
a { background-color: #838EBA; }
a { background-color: rgb(131,142,186); }
div.DivClassName
{
background-color: #838EBA;
}
.BgClassName
{
background-color: #838EBA;
}
</style>
border-color css
<style>
span { border-color: #838EBA; }
span { border-color: rgb(131,142,186); }
td.TdClassName
{
border-color: #838EBA;
}
.TagClassName
{
border-color: #838EBA;
}
</style>