Shades of Wild Blue Yonder #8385BE
Tints of Wild Blue Yonder #8385BE
RGB
CMYK
RGB Variations
Color information
#8385BE (or 0x8385BE) is known color: Wild Blue Yonder. HEX triplet: 83, 85 and BE. RGB value is (131,133,190). Sum of RGB (Red+Green+Blue) = 131+133+190=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8385BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385BE is #7C7A41. Grayscale: #8A8A8A. Windows color (decimal): -8157762 or 12486019. OLE color: 12486019.
HSL color Cylindrical-coordinate representation of color #8385BE: hue angle of 237.97º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8385BE is Cyan = 0.31, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 133 | 190 | - |
| CMYK | 0.31 | 0.3 | 0 | 0.25 |
| HSL | 237.97º | 0.31% | 0.63% | - |
| HSV(B) | 237.97º | 0.31% | 0.75% | - |
| XYZ | 27.04 | 25.32 | 52.18 | - |
| YUV | 138.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 190 | 0.31 | 0.3 | 0 | 0.25 | 237.97 | 0.31 | 0.63 |
| Hex | 83 | 85 | BE | 1F | 1E | 0 | 19 | EE | 1F | 3F |
| Octal | 203 | 205 | 276 | 37 | 36 | 0 | 31 | 356 | 37 | 77 |
| Binary | 10000011 | 10000101 | 10111110 | 11111 | 11110 | 0 | 11001 | 11101110 | 11111 | 111111 |
Color Harmonies of #8385BE
Complementary color
Monochromatic Colors of #8385BE
Black with #8385BE
Text Example
Text Example
White with #8385BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8385BE; }
p { color: rgb(131,133,190); }
H1.HeaderClassName
{
color: #8385BE;
}
.AnyTagClassName
{
color: #8385BE;
}
</style>
background-color css
<style>
a { background-color: #8385BE; }
a { background-color: rgb(131,133,190); }
div.DivClassName
{
background-color: #8385BE;
}
.BgClassName
{
background-color: #8385BE;
}
</style>
border-color css
<style>
span { border-color: #8385BE; }
span { border-color: rgb(131,133,190); }
td.TdClassName
{
border-color: #8385BE;
}
.TagClassName
{
border-color: #8385BE;
}
</style>