Shades of Wild Blue Yonder #838DC6
Tints of Wild Blue Yonder #838DC6
RGB
CMYK
RGB Variations
Color information
#838DC6 (or 0x838DC6) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and C6. RGB value is (131,141,198). Sum of RGB (Red+Green+Blue) = 131+141+198=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #838DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DC6 is #7C7239. Grayscale: #909090. Windows color (decimal): -8155706 or 13012355. OLE color: 13012355.
HSL color Cylindrical-coordinate representation of color #838DC6: hue angle of 231.04º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #838DC6 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 141 | 198 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.22 |
| HSL | 231.04º | 0.37% | 0.65% | - |
| HSV(B) | 231.04º | 0.34% | 0.78% | - |
| XYZ | 29.08 | 27.95 | 57.29 | - |
| YUV | 144.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 198 | 0.34 | 0.29 | 0 | 0.22 | 231.04 | 0.37 | 0.65 |
| Hex | 83 | 8D | C6 | 22 | 1D | 0 | 16 | E7 | 25 | 41 |
| Octal | 203 | 215 | 306 | 42 | 35 | 0 | 26 | 347 | 45 | 101 |
| Binary | 10000011 | 10001101 | 11000110 | 100010 | 11101 | 0 | 10110 | 11100111 | 100101 | 1000001 |
Color Harmonies of #838DC6
Complementary color
Monochromatic Colors of #838DC6
Black with #838DC6
Text Example
Text Example
White with #838DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DC6; }
p { color: rgb(131,141,198); }
H1.HeaderClassName
{
color: #838DC6;
}
.AnyTagClassName
{
color: #838DC6;
}
</style>
background-color css
<style>
a { background-color: #838DC6; }
a { background-color: rgb(131,141,198); }
div.DivClassName
{
background-color: #838DC6;
}
.BgClassName
{
background-color: #838DC6;
}
</style>
border-color css
<style>
span { border-color: #838DC6; }
span { border-color: rgb(131,141,198); }
td.TdClassName
{
border-color: #838DC6;
}
.TagClassName
{
border-color: #838DC6;
}
</style>