Shades of Wild Blue Yonder #838BBB
Tints of Wild Blue Yonder #838BBB
RGB
CMYK
RGB Variations
Color information
#838BBB (or 0x838BBB) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and BB. RGB value is (131,139,187). Sum of RGB (Red+Green+Blue) = 131+139+187=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #838BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BBB is #7C7444. Grayscale: #8D8D8D. Windows color (decimal): -8156229 or 12290947. OLE color: 12290947.
HSL color Cylindrical-coordinate representation of color #838BBB: hue angle of 231.43º degrees, saturation: 0.29, 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 #838BBB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 139 | 187 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.27 |
| HSL | 231.43º | 0.29% | 0.62% | - |
| HSV(B) | 231.43º | 0.3% | 0.73% | - |
| XYZ | 27.56 | 26.88 | 50.75 | - |
| YUV | 142.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 187 | 0.30 | 0.26 | 0 | 0.27 | 231.43 | 0.29 | 0.62 |
| Hex | 83 | 8B | BB | 1E | 1A | 0 | 1B | E7 | 1D | 3E |
| Octal | 203 | 213 | 273 | 36 | 32 | 0 | 33 | 347 | 35 | 76 |
| Binary | 10000011 | 10001011 | 10111011 | 11110 | 11010 | 0 | 11011 | 11100111 | 11101 | 111110 |
Color Harmonies of #838BBB
Complementary color
Monochromatic Colors of #838BBB
Black with #838BBB
Text Example
Text Example
White with #838BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BBB; }
p { color: rgb(131,139,187); }
H1.HeaderClassName
{
color: #838BBB;
}
.AnyTagClassName
{
color: #838BBB;
}
</style>
background-color css
<style>
a { background-color: #838BBB; }
a { background-color: rgb(131,139,187); }
div.DivClassName
{
background-color: #838BBB;
}
.BgClassName
{
background-color: #838BBB;
}
</style>
border-color css
<style>
span { border-color: #838BBB; }
span { border-color: rgb(131,139,187); }
td.TdClassName
{
border-color: #838BBB;
}
.TagClassName
{
border-color: #838BBB;
}
</style>