Shades of Wild Blue Yonder #838ABE
Tints of Wild Blue Yonder #838ABE
RGB
CMYK
RGB Variations
Color information
#838ABE (or 0x838ABE) is known color: Wild Blue Yonder. HEX triplet: 83, 8A and BE. RGB value is (131,138,190). Sum of RGB (Red+Green+Blue) = 131+138+190=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #838ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABE is #7C7541. Grayscale: #8D8D8D. Windows color (decimal): -8156482 or 12487299. OLE color: 12487299.
HSL color Cylindrical-coordinate representation of color #838ABE: hue angle of 232.88º 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 #838ABE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 138 | 190 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.25 |
| HSL | 232.88º | 0.31% | 0.63% | - |
| HSV(B) | 232.88º | 0.31% | 0.75% | - |
| XYZ | 27.74 | 26.72 | 52.41 | - |
| YUV | 141.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 190 | 0.31 | 0.27 | 0 | 0.25 | 232.88 | 0.31 | 0.63 |
| Hex | 83 | 8A | BE | 1F | 1B | 0 | 19 | E9 | 1F | 3F |
| Octal | 203 | 212 | 276 | 37 | 33 | 0 | 31 | 351 | 37 | 77 |
| Binary | 10000011 | 10001010 | 10111110 | 11111 | 11011 | 0 | 11001 | 11101001 | 11111 | 111111 |
Color Harmonies of #838ABE
Complementary color
Monochromatic Colors of #838ABE
Black with #838ABE
Text Example
Text Example
White with #838ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838ABE; }
p { color: rgb(131,138,190); }
H1.HeaderClassName
{
color: #838ABE;
}
.AnyTagClassName
{
color: #838ABE;
}
</style>
background-color css
<style>
a { background-color: #838ABE; }
a { background-color: rgb(131,138,190); }
div.DivClassName
{
background-color: #838ABE;
}
.BgClassName
{
background-color: #838ABE;
}
</style>
border-color css
<style>
span { border-color: #838ABE; }
span { border-color: rgb(131,138,190); }
td.TdClassName
{
border-color: #838ABE;
}
.TagClassName
{
border-color: #838ABE;
}
</style>