Shades of Wild Blue Yonder #838DBC
Tints of Wild Blue Yonder #838DBC
RGB
CMYK
RGB Variations
Color information
#838DBC (or 0x838DBC) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and BC. RGB value is (131,141,188). Sum of RGB (Red+Green+Blue) = 131+141+188=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #838DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DBC is #7C7243. Grayscale: #8F8F8F. Windows color (decimal): -8155716 or 12356995. OLE color: 12356995.
HSL color Cylindrical-coordinate representation of color #838DBC: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838DBC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 141 | 188 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.26 |
| HSL | 229.47º | 0.3% | 0.63% | - |
| HSV(B) | 229.47º | 0.3% | 0.74% | - |
| XYZ | 27.96 | 27.51 | 51.41 | - |
| YUV | 143.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 188 | 0.30 | 0.25 | 0 | 0.26 | 229.47 | 0.3 | 0.63 |
| Hex | 83 | 8D | BC | 1E | 19 | 0 | 1A | E5 | 1E | 3F |
| Octal | 203 | 215 | 274 | 36 | 31 | 0 | 32 | 345 | 36 | 77 |
| Binary | 10000011 | 10001101 | 10111100 | 11110 | 11001 | 0 | 11010 | 11100101 | 11110 | 111111 |
Color Harmonies of #838DBC
Complementary color
Monochromatic Colors of #838DBC
Black with #838DBC
Text Example
Text Example
White with #838DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DBC; }
p { color: rgb(131,141,188); }
H1.HeaderClassName
{
color: #838DBC;
}
.AnyTagClassName
{
color: #838DBC;
}
</style>
background-color css
<style>
a { background-color: #838DBC; }
a { background-color: rgb(131,141,188); }
div.DivClassName
{
background-color: #838DBC;
}
.BgClassName
{
background-color: #838DBC;
}
</style>
border-color css
<style>
span { border-color: #838DBC; }
span { border-color: rgb(131,141,188); }
td.TdClassName
{
border-color: #838DBC;
}
.TagClassName
{
border-color: #838DBC;
}
</style>