Shades of Wild Blue Yonder #838ABA
Tints of Wild Blue Yonder #838ABA
RGB
CMYK
RGB Variations
Color information
#838ABA (or 0x838ABA) is known color: Wild Blue Yonder. HEX triplet: 83, 8A and BA. RGB value is (131,138,186). Sum of RGB (Red+Green+Blue) = 131+138+186=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #838ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABA is #7C7545. Grayscale: #8D8D8D. Windows color (decimal): -8156486 or 12225155. OLE color: 12225155.
HSL color Cylindrical-coordinate representation of color #838ABA: hue angle of 232.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838ABA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 138 | 186 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.27 |
| HSL | 232.36º | 0.28% | 0.62% | - |
| HSV(B) | 232.36º | 0.3% | 0.73% | - |
| XYZ | 27.31 | 26.55 | 50.14 | - |
| YUV | 141.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 186 | 0.30 | 0.26 | 0 | 0.27 | 232.36 | 0.28 | 0.62 |
| Hex | 83 | 8A | BA | 1E | 1A | 0 | 1B | E8 | 1C | 3E |
| Octal | 203 | 212 | 272 | 36 | 32 | 0 | 33 | 350 | 34 | 76 |
| Binary | 10000011 | 10001010 | 10111010 | 11110 | 11010 | 0 | 11011 | 11101000 | 11100 | 111110 |
Color Harmonies of #838ABA
Complementary color
Monochromatic Colors of #838ABA
Black with #838ABA
Text Example
Text Example
White with #838ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838ABA; }
p { color: rgb(131,138,186); }
H1.HeaderClassName
{
color: #838ABA;
}
.AnyTagClassName
{
color: #838ABA;
}
</style>
background-color css
<style>
a { background-color: #838ABA; }
a { background-color: rgb(131,138,186); }
div.DivClassName
{
background-color: #838ABA;
}
.BgClassName
{
background-color: #838ABA;
}
</style>
border-color css
<style>
span { border-color: #838ABA; }
span { border-color: rgb(131,138,186); }
td.TdClassName
{
border-color: #838ABA;
}
.TagClassName
{
border-color: #838ABA;
}
</style>