Shades of Wild Blue Yonder #838AB1
Tints of Wild Blue Yonder #838AB1
RGB
CMYK
RGB Variations
Color information
#838AB1 (or 0x838AB1) is known color: Wild Blue Yonder. HEX triplet: 83, 8A and B1. RGB value is (131,138,177). Sum of RGB (Red+Green+Blue) = 131+138+177=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 177 - color contains mainly: blue. Hex color #838AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AB1 is #7C754E. Grayscale: #8C8C8C. Windows color (decimal): -8156495 or 11635331. OLE color: 11635331.
HSL color Cylindrical-coordinate representation of color #838AB1: hue angle of 230.87º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #838AB1 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 138 | 177 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.31 |
| HSL | 230.87º | 0.23% | 0.6% | - |
| HSV(B) | 230.87º | 0.26% | 0.69% | - |
| XYZ | 26.38 | 26.18 | 45.26 | - |
| YUV | 140.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 177 | 0.26 | 0.22 | 0 | 0.31 | 230.87 | 0.23 | 0.6 |
| Hex | 83 | 8A | B1 | 1A | 16 | 0 | 1F | E7 | 17 | 3C |
| Octal | 203 | 212 | 261 | 32 | 26 | 0 | 37 | 347 | 27 | 74 |
| Binary | 10000011 | 10001010 | 10110001 | 11010 | 10110 | 0 | 11111 | 11100111 | 10111 | 111100 |
Color Harmonies of #838AB1
Complementary color
Monochromatic Colors of #838AB1
Black with #838AB1
Text Example
Text Example
White with #838AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AB1; }
p { color: rgb(131,138,177); }
H1.HeaderClassName
{
color: #838AB1;
}
.AnyTagClassName
{
color: #838AB1;
}
</style>
background-color css
<style>
a { background-color: #838AB1; }
a { background-color: rgb(131,138,177); }
div.DivClassName
{
background-color: #838AB1;
}
.BgClassName
{
background-color: #838AB1;
}
</style>
border-color css
<style>
span { border-color: #838AB1; }
span { border-color: rgb(131,138,177); }
td.TdClassName
{
border-color: #838AB1;
}
.TagClassName
{
border-color: #838AB1;
}
</style>