Shades of Wild Blue Yonder #838BBC
Tints of Wild Blue Yonder #838BBC
RGB
CMYK
RGB Variations
Color information
#838BBC (or 0x838BBC) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and BC. RGB value is (131,139,188). Sum of RGB (Red+Green+Blue) = 131+139+188=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #838BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BBC is #7C7443. Grayscale: #8D8D8D. Windows color (decimal): -8156228 or 12356483. OLE color: 12356483.
HSL color Cylindrical-coordinate representation of color #838BBC: hue angle of 231.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838BBC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 139 | 188 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.26 |
| HSL | 231.58º | 0.3% | 0.63% | - |
| HSV(B) | 231.58º | 0.3% | 0.74% | - |
| XYZ | 27.67 | 26.92 | 51.31 | - |
| YUV | 142.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 188 | 0.30 | 0.26 | 0 | 0.26 | 231.58 | 0.3 | 0.63 |
| Hex | 83 | 8B | BC | 1E | 1A | 0 | 1A | E8 | 1E | 3F |
| Octal | 203 | 213 | 274 | 36 | 32 | 0 | 32 | 350 | 36 | 77 |
| Binary | 10000011 | 10001011 | 10111100 | 11110 | 11010 | 0 | 11010 | 11101000 | 11110 | 111111 |
Color Harmonies of #838BBC
Complementary color
Monochromatic Colors of #838BBC
Black with #838BBC
Text Example
Text Example
White with #838BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BBC; }
p { color: rgb(131,139,188); }
H1.HeaderClassName
{
color: #838BBC;
}
.AnyTagClassName
{
color: #838BBC;
}
</style>
background-color css
<style>
a { background-color: #838BBC; }
a { background-color: rgb(131,139,188); }
div.DivClassName
{
background-color: #838BBC;
}
.BgClassName
{
background-color: #838BBC;
}
</style>
border-color css
<style>
span { border-color: #838BBC; }
span { border-color: rgb(131,139,188); }
td.TdClassName
{
border-color: #838BBC;
}
.TagClassName
{
border-color: #838BBC;
}
</style>