Shades of Wild Blue Yonder #838DC0
Tints of Wild Blue Yonder #838DC0
RGB
CMYK
RGB Variations
Color information
#838DC0 (or 0x838DC0) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and C0. RGB value is (131,141,192). Sum of RGB (Red+Green+Blue) = 131+141+192=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #838DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DC0 is #7C723F. Grayscale: #8F8F8F. Windows color (decimal): -8155712 or 12619139. OLE color: 12619139.
HSL color Cylindrical-coordinate representation of color #838DC0: hue angle of 230.16º 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 #838DC0 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 141 | 192 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.25 |
| HSL | 230.16º | 0.33% | 0.63% | - |
| HSV(B) | 230.16º | 0.32% | 0.75% | - |
| XYZ | 28.4 | 27.68 | 53.72 | - |
| YUV | 143.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 192 | 0.32 | 0.27 | 0 | 0.25 | 230.16 | 0.33 | 0.63 |
| Hex | 83 | 8D | C0 | 20 | 1B | 0 | 19 | E6 | 21 | 3F |
| Octal | 203 | 215 | 300 | 40 | 33 | 0 | 31 | 346 | 41 | 77 |
| Binary | 10000011 | 10001101 | 11000000 | 100000 | 11011 | 0 | 11001 | 11100110 | 100001 | 111111 |
Color Harmonies of #838DC0
Complementary color
Monochromatic Colors of #838DC0
Black with #838DC0
Text Example
Text Example
White with #838DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DC0; }
p { color: rgb(131,141,192); }
H1.HeaderClassName
{
color: #838DC0;
}
.AnyTagClassName
{
color: #838DC0;
}
</style>
background-color css
<style>
a { background-color: #838DC0; }
a { background-color: rgb(131,141,192); }
div.DivClassName
{
background-color: #838DC0;
}
.BgClassName
{
background-color: #838DC0;
}
</style>
border-color css
<style>
span { border-color: #838DC0; }
span { border-color: rgb(131,141,192); }
td.TdClassName
{
border-color: #838DC0;
}
.TagClassName
{
border-color: #838DC0;
}
</style>