Shades of Wild Blue Yonder #838BBE
Tints of Wild Blue Yonder #838BBE
RGB
CMYK
RGB Variations
Color information
#838BBE (or 0x838BBE) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and BE. RGB value is (131,139,190). Sum of RGB (Red+Green+Blue) = 131+139+190=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #838BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BBE is #7C7441. Grayscale: #8E8E8E. Windows color (decimal): -8156226 or 12487555. OLE color: 12487555.
HSL color Cylindrical-coordinate representation of color #838BBE: hue angle of 231.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838BBE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 139 | 190 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.25 |
| HSL | 231.86º | 0.31% | 0.63% | - |
| HSV(B) | 231.86º | 0.31% | 0.75% | - |
| XYZ | 27.89 | 27.01 | 52.46 | - |
| YUV | 142.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 190 | 0.31 | 0.27 | 0 | 0.25 | 231.86 | 0.31 | 0.63 |
| Hex | 83 | 8B | BE | 1F | 1B | 0 | 19 | E8 | 1F | 3F |
| Octal | 203 | 213 | 276 | 37 | 33 | 0 | 31 | 350 | 37 | 77 |
| Binary | 10000011 | 10001011 | 10111110 | 11111 | 11011 | 0 | 11001 | 11101000 | 11111 | 111111 |
Color Harmonies of #838BBE
Complementary color
Monochromatic Colors of #838BBE
Black with #838BBE
Text Example
Text Example
White with #838BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BBE; }
p { color: rgb(131,139,190); }
H1.HeaderClassName
{
color: #838BBE;
}
.AnyTagClassName
{
color: #838BBE;
}
</style>
background-color css
<style>
a { background-color: #838BBE; }
a { background-color: rgb(131,139,190); }
div.DivClassName
{
background-color: #838BBE;
}
.BgClassName
{
background-color: #838BBE;
}
</style>
border-color css
<style>
span { border-color: #838BBE; }
span { border-color: rgb(131,139,190); }
td.TdClassName
{
border-color: #838BBE;
}
.TagClassName
{
border-color: #838BBE;
}
</style>