Shades of Wild Blue Yonder #8389C1
Tints of Wild Blue Yonder #8389C1
RGB
CMYK
RGB Variations
Color information
#8389C1 (or 0x8389C1) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and C1. RGB value is (131,137,193). Sum of RGB (Red+Green+Blue) = 131+137+193=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #8389C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389C1 is #7C763E. Grayscale: #8D8D8D. Windows color (decimal): -8156735 or 12683651. OLE color: 12683651.
HSL color Cylindrical-coordinate representation of color #8389C1: hue angle of 234.19º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8389C1 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 137 | 193 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.24 |
| HSL | 234.19º | 0.33% | 0.64% | - |
| HSV(B) | 234.19º | 0.32% | 0.76% | - |
| XYZ | 27.93 | 26.57 | 54.11 | - |
| YUV | 141.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 193 | 0.32 | 0.29 | 0 | 0.24 | 234.19 | 0.33 | 0.64 |
| Hex | 83 | 89 | C1 | 20 | 1D | 0 | 18 | EA | 21 | 40 |
| Octal | 203 | 211 | 301 | 40 | 35 | 0 | 30 | 352 | 41 | 100 |
| Binary | 10000011 | 10001001 | 11000001 | 100000 | 11101 | 0 | 11000 | 11101010 | 100001 | 1000000 |
Color Harmonies of #8389C1
Complementary color
Monochromatic Colors of #8389C1
Black with #8389C1
Text Example
Text Example
White with #8389C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8389C1; }
p { color: rgb(131,137,193); }
H1.HeaderClassName
{
color: #8389C1;
}
.AnyTagClassName
{
color: #8389C1;
}
</style>
background-color css
<style>
a { background-color: #8389C1; }
a { background-color: rgb(131,137,193); }
div.DivClassName
{
background-color: #8389C1;
}
.BgClassName
{
background-color: #8389C1;
}
</style>
border-color css
<style>
span { border-color: #8389C1; }
span { border-color: rgb(131,137,193); }
td.TdClassName
{
border-color: #8389C1;
}
.TagClassName
{
border-color: #8389C1;
}
</style>