Shades of Wild Blue Yonder #838DC1
Tints of Wild Blue Yonder #838DC1
RGB
CMYK
RGB Variations
Color information
#838DC1 (or 0x838DC1) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and C1. RGB value is (131,141,193). Sum of RGB (Red+Green+Blue) = 131+141+193=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #838DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DC1 is #7C723E. Grayscale: #8F8F8F. Windows color (decimal): -8155711 or 12684675. OLE color: 12684675.
HSL color Cylindrical-coordinate representation of color #838DC1: hue angle of 230.32º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838DC1 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 141 | 193 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.24 |
| HSL | 230.32º | 0.33% | 0.64% | - |
| HSV(B) | 230.32º | 0.32% | 0.76% | - |
| XYZ | 28.51 | 27.73 | 54.3 | - |
| YUV | 143.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 193 | 0.32 | 0.27 | 0 | 0.24 | 230.32 | 0.33 | 0.64 |
| Hex | 83 | 8D | C1 | 20 | 1B | 0 | 18 | E6 | 21 | 40 |
| Octal | 203 | 215 | 301 | 40 | 33 | 0 | 30 | 346 | 41 | 100 |
| Binary | 10000011 | 10001101 | 11000001 | 100000 | 11011 | 0 | 11000 | 11100110 | 100001 | 1000000 |
Color Harmonies of #838DC1
Complementary color
Monochromatic Colors of #838DC1
Black with #838DC1
Text Example
Text Example
White with #838DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DC1; }
p { color: rgb(131,141,193); }
H1.HeaderClassName
{
color: #838DC1;
}
.AnyTagClassName
{
color: #838DC1;
}
</style>
background-color css
<style>
a { background-color: #838DC1; }
a { background-color: rgb(131,141,193); }
div.DivClassName
{
background-color: #838DC1;
}
.BgClassName
{
background-color: #838DC1;
}
</style>
border-color css
<style>
span { border-color: #838DC1; }
span { border-color: rgb(131,141,193); }
td.TdClassName
{
border-color: #838DC1;
}
.TagClassName
{
border-color: #838DC1;
}
</style>