Shades of Wild Blue Yonder #838DBD
Tints of Wild Blue Yonder #838DBD
RGB
CMYK
RGB Variations
Color information
#838DBD (or 0x838DBD) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and BD. RGB value is (131,141,189). Sum of RGB (Red+Green+Blue) = 131+141+189=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #838DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DBD is #7C7242. Grayscale: #8F8F8F. Windows color (decimal): -8155715 or 12422531. OLE color: 12422531.
HSL color Cylindrical-coordinate representation of color #838DBD: hue angle of 229.66º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838DBD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 141 | 189 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.26 |
| HSL | 229.66º | 0.31% | 0.63% | - |
| HSV(B) | 229.66º | 0.31% | 0.74% | - |
| XYZ | 28.07 | 27.55 | 51.98 | - |
| YUV | 143.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 189 | 0.31 | 0.25 | 0 | 0.26 | 229.66 | 0.31 | 0.63 |
| Hex | 83 | 8D | BD | 1F | 19 | 0 | 1A | E6 | 1F | 3F |
| Octal | 203 | 215 | 275 | 37 | 31 | 0 | 32 | 346 | 37 | 77 |
| Binary | 10000011 | 10001101 | 10111101 | 11111 | 11001 | 0 | 11010 | 11100110 | 11111 | 111111 |
Color Harmonies of #838DBD
Complementary color
Monochromatic Colors of #838DBD
Black with #838DBD
Text Example
Text Example
White with #838DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DBD; }
p { color: rgb(131,141,189); }
H1.HeaderClassName
{
color: #838DBD;
}
.AnyTagClassName
{
color: #838DBD;
}
</style>
background-color css
<style>
a { background-color: #838DBD; }
a { background-color: rgb(131,141,189); }
div.DivClassName
{
background-color: #838DBD;
}
.BgClassName
{
background-color: #838DBD;
}
</style>
border-color css
<style>
span { border-color: #838DBD; }
span { border-color: rgb(131,141,189); }
td.TdClassName
{
border-color: #838DBD;
}
.TagClassName
{
border-color: #838DBD;
}
</style>