Shades of Wild Blue Yonder #838DB8
Tints of Wild Blue Yonder #838DB8
RGB
CMYK
RGB Variations
Color information
#838DB8 (or 0x838DB8) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and B8. RGB value is (131,141,184). Sum of RGB (Red+Green+Blue) = 131+141+184=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #838DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DB8 is #7C7247. Grayscale: #8E8E8E. Windows color (decimal): -8155720 or 12094851. OLE color: 12094851.
HSL color Cylindrical-coordinate representation of color #838DB8: hue angle of 228.68º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #838DB8 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 141 | 184 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.28 |
| HSL | 228.68º | 0.27% | 0.62% | - |
| HSV(B) | 228.68º | 0.29% | 0.72% | - |
| XYZ | 27.54 | 27.34 | 49.17 | - |
| YUV | 142.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 184 | 0.29 | 0.23 | 0 | 0.28 | 228.68 | 0.27 | 0.62 |
| Hex | 83 | 8D | B8 | 1D | 17 | 0 | 1C | E5 | 1B | 3E |
| Octal | 203 | 215 | 270 | 35 | 27 | 0 | 34 | 345 | 33 | 76 |
| Binary | 10000011 | 10001101 | 10111000 | 11101 | 10111 | 0 | 11100 | 11100101 | 11011 | 111110 |
Color Harmonies of #838DB8
Complementary color
Monochromatic Colors of #838DB8
Black with #838DB8
Text Example
Text Example
White with #838DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DB8; }
p { color: rgb(131,141,184); }
H1.HeaderClassName
{
color: #838DB8;
}
.AnyTagClassName
{
color: #838DB8;
}
</style>
background-color css
<style>
a { background-color: #838DB8; }
a { background-color: rgb(131,141,184); }
div.DivClassName
{
background-color: #838DB8;
}
.BgClassName
{
background-color: #838DB8;
}
</style>
border-color css
<style>
span { border-color: #838DB8; }
span { border-color: rgb(131,141,184); }
td.TdClassName
{
border-color: #838DB8;
}
.TagClassName
{
border-color: #838DB8;
}
</style>