Shades of Wild Blue Yonder #838CB0
Tints of Wild Blue Yonder #838CB0
RGB
CMYK
RGB Variations
Color information
#838CB0 (or 0x838CB0) is known color: Wild Blue Yonder. HEX triplet: 83, 8C and B0. RGB value is (131,140,176). Sum of RGB (Red+Green+Blue) = 131+140+176=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #838CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CB0 is #7C734F. Grayscale: #8D8D8D. Windows color (decimal): -8155984 or 11570307. OLE color: 11570307.
HSL color Cylindrical-coordinate representation of color #838CB0: hue angle of 228º 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 #838CB0 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 140 | 176 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.31 |
| HSL | 228º | 0.22% | 0.6% | - |
| HSV(B) | 228º | 0.26% | 0.69% | - |
| XYZ | 26.57 | 26.72 | 44.83 | - |
| YUV | 141.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 176 | 0.26 | 0.20 | 0 | 0.31 | 228 | 0.22 | 0.6 |
| Hex | 83 | 8C | B0 | 1A | 14 | 0 | 1F | E4 | 16 | 3C |
| Octal | 203 | 214 | 260 | 32 | 24 | 0 | 37 | 344 | 26 | 74 |
| Binary | 10000011 | 10001100 | 10110000 | 11010 | 10100 | 0 | 11111 | 11100100 | 10110 | 111100 |
Color Harmonies of #838CB0
Complementary color
Monochromatic Colors of #838CB0
Black with #838CB0
Text Example
Text Example
White with #838CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CB0; }
p { color: rgb(131,140,176); }
H1.HeaderClassName
{
color: #838CB0;
}
.AnyTagClassName
{
color: #838CB0;
}
</style>
background-color css
<style>
a { background-color: #838CB0; }
a { background-color: rgb(131,140,176); }
div.DivClassName
{
background-color: #838CB0;
}
.BgClassName
{
background-color: #838CB0;
}
</style>
border-color css
<style>
span { border-color: #838CB0; }
span { border-color: rgb(131,140,176); }
td.TdClassName
{
border-color: #838CB0;
}
.TagClassName
{
border-color: #838CB0;
}
</style>