Shades of Wild Blue Yonder #8388C5
Tints of Wild Blue Yonder #8388C5
RGB
CMYK
RGB Variations
Color information
#8388C5 (or 0x8388C5) is known color: Wild Blue Yonder. HEX triplet: 83, 88 and C5. RGB value is (131,136,197). Sum of RGB (Red+Green+Blue) = 131+136+197=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #8388C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388C5 is #7C773A. Grayscale: #8D8D8D. Windows color (decimal): -8156987 or 12945539. OLE color: 12945539.
HSL color Cylindrical-coordinate representation of color #8388C5: hue angle of 235.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8388C5 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 136 | 197 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.23 |
| HSL | 235.45º | 0.36% | 0.64% | - |
| HSV(B) | 235.45º | 0.34% | 0.77% | - |
| XYZ | 28.24 | 26.46 | 56.44 | - |
| YUV | 141.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 197 | 0.34 | 0.31 | 0 | 0.23 | 235.45 | 0.36 | 0.64 |
| Hex | 83 | 88 | C5 | 22 | 1F | 0 | 17 | EB | 24 | 40 |
| Octal | 203 | 210 | 305 | 42 | 37 | 0 | 27 | 353 | 44 | 100 |
| Binary | 10000011 | 10001000 | 11000101 | 100010 | 11111 | 0 | 10111 | 11101011 | 100100 | 1000000 |
Color Harmonies of #8388C5
Complementary color
Monochromatic Colors of #8388C5
Black with #8388C5
Text Example
Text Example
White with #8388C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388C5; }
p { color: rgb(131,136,197); }
H1.HeaderClassName
{
color: #8388C5;
}
.AnyTagClassName
{
color: #8388C5;
}
</style>
background-color css
<style>
a { background-color: #8388C5; }
a { background-color: rgb(131,136,197); }
div.DivClassName
{
background-color: #8388C5;
}
.BgClassName
{
background-color: #8388C5;
}
</style>
border-color css
<style>
span { border-color: #8388C5; }
span { border-color: rgb(131,136,197); }
td.TdClassName
{
border-color: #8388C5;
}
.TagClassName
{
border-color: #8388C5;
}
</style>