Shades of Wild Blue Yonder #838AB0
Tints of Wild Blue Yonder #838AB0
RGB
CMYK
RGB Variations
Color information
#838AB0 (or 0x838AB0) is known color: Wild Blue Yonder. HEX triplet: 83, 8A and B0. RGB value is (131,138,176). Sum of RGB (Red+Green+Blue) = 131+138+176=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #838AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AB0 is #7C754F. Grayscale: #8C8C8C. Windows color (decimal): -8156496 or 11569795. OLE color: 11569795.
HSL color Cylindrical-coordinate representation of color #838AB0: hue angle of 230.67º degrees, saturation: 0.22, 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 #838AB0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 138 | 176 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.31 |
| HSL | 230.67º | 0.22% | 0.6% | - |
| HSV(B) | 230.67º | 0.26% | 0.69% | - |
| XYZ | 26.29 | 26.14 | 44.73 | - |
| YUV | 140.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 176 | 0.26 | 0.22 | 0 | 0.31 | 230.67 | 0.22 | 0.6 |
| Hex | 83 | 8A | B0 | 1A | 16 | 0 | 1F | E7 | 16 | 3C |
| Octal | 203 | 212 | 260 | 32 | 26 | 0 | 37 | 347 | 26 | 74 |
| Binary | 10000011 | 10001010 | 10110000 | 11010 | 10110 | 0 | 11111 | 11100111 | 10110 | 111100 |
Color Harmonies of #838AB0
Complementary color
Monochromatic Colors of #838AB0
Black with #838AB0
Text Example
Text Example
White with #838AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AB0; }
p { color: rgb(131,138,176); }
H1.HeaderClassName
{
color: #838AB0;
}
.AnyTagClassName
{
color: #838AB0;
}
</style>
background-color css
<style>
a { background-color: #838AB0; }
a { background-color: rgb(131,138,176); }
div.DivClassName
{
background-color: #838AB0;
}
.BgClassName
{
background-color: #838AB0;
}
</style>
border-color css
<style>
span { border-color: #838AB0; }
span { border-color: rgb(131,138,176); }
td.TdClassName
{
border-color: #838AB0;
}
.TagClassName
{
border-color: #838AB0;
}
</style>