Shades of Wild Blue Yonder #8086CA
Tints of Wild Blue Yonder #8086CA
RGB
CMYK
RGB Variations
Color information
#8086CA (or 0x8086CA) is known color: Wild Blue Yonder. HEX triplet: 80, 86 and CA. RGB value is (128,134,202). Sum of RGB (Red+Green+Blue) = 128+134+202=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #8086CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086CA is #7F7935. Grayscale: #8B8B8B. Windows color (decimal): -8354102 or 13272704. OLE color: 13272704.
HSL color Cylindrical-coordinate representation of color #8086CA: hue angle of 235.14º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8086CA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 134 | 202 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.21 |
| HSL | 235.14º | 0.41% | 0.65% | - |
| HSV(B) | 235.14º | 0.37% | 0.79% | - |
| XYZ | 28.09 | 25.9 | 59.4 | - |
| YUV | 139.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 202 | 0.37 | 0.34 | 0 | 0.21 | 235.14 | 0.41 | 0.65 |
| Hex | 80 | 86 | CA | 25 | 22 | 0 | 15 | EB | 29 | 41 |
| Octal | 200 | 206 | 312 | 45 | 42 | 0 | 25 | 353 | 51 | 101 |
| Binary | 10000000 | 10000110 | 11001010 | 100101 | 100010 | 0 | 10101 | 11101011 | 101001 | 1000001 |
Color Harmonies of #8086CA
Complementary color
Monochromatic Colors of #8086CA
Black with #8086CA
Text Example
Text Example
White with #8086CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086CA; }
p { color: rgb(128,134,202); }
H1.HeaderClassName
{
color: #8086CA;
}
.AnyTagClassName
{
color: #8086CA;
}
</style>
background-color css
<style>
a { background-color: #8086CA; }
a { background-color: rgb(128,134,202); }
div.DivClassName
{
background-color: #8086CA;
}
.BgClassName
{
background-color: #8086CA;
}
</style>
border-color css
<style>
span { border-color: #8086CA; }
span { border-color: rgb(128,134,202); }
td.TdClassName
{
border-color: #8086CA;
}
.TagClassName
{
border-color: #8086CA;
}
</style>