Shades of Wild Blue Yonder #838DB9
Tints of Wild Blue Yonder #838DB9
RGB
CMYK
RGB Variations
Color information
#838DB9 (or 0x838DB9) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and B9. RGB value is (131,141,185). Sum of RGB (Red+Green+Blue) = 131+141+185=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #838DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DB9 is #7C7246. Grayscale: #8E8E8E. Windows color (decimal): -8155719 or 12160387. OLE color: 12160387.
HSL color Cylindrical-coordinate representation of color #838DB9: hue angle of 228.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #838DB9 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 141 | 185 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.27 |
| HSL | 228.89º | 0.28% | 0.62% | - |
| HSV(B) | 228.89º | 0.29% | 0.73% | - |
| XYZ | 27.64 | 27.38 | 49.73 | - |
| YUV | 143.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 185 | 0.29 | 0.24 | 0 | 0.27 | 228.89 | 0.28 | 0.62 |
| Hex | 83 | 8D | B9 | 1D | 18 | 0 | 1B | E5 | 1C | 3E |
| Octal | 203 | 215 | 271 | 35 | 30 | 0 | 33 | 345 | 34 | 76 |
| Binary | 10000011 | 10001101 | 10111001 | 11101 | 11000 | 0 | 11011 | 11100101 | 11100 | 111110 |
Color Harmonies of #838DB9
Complementary color
Monochromatic Colors of #838DB9
Black with #838DB9
Text Example
Text Example
White with #838DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DB9; }
p { color: rgb(131,141,185); }
H1.HeaderClassName
{
color: #838DB9;
}
.AnyTagClassName
{
color: #838DB9;
}
</style>
background-color css
<style>
a { background-color: #838DB9; }
a { background-color: rgb(131,141,185); }
div.DivClassName
{
background-color: #838DB9;
}
.BgClassName
{
background-color: #838DB9;
}
</style>
border-color css
<style>
span { border-color: #838DB9; }
span { border-color: rgb(131,141,185); }
td.TdClassName
{
border-color: #838DB9;
}
.TagClassName
{
border-color: #838DB9;
}
</style>