Shades of Wild Blue Yonder #8085BF
Tints of Wild Blue Yonder #8085BF
RGB
CMYK
RGB Variations
Color information
#8085BF (or 0x8085BF) is known color: Wild Blue Yonder. HEX triplet: 80, 85 and BF. RGB value is (128,133,191). Sum of RGB (Red+Green+Blue) = 128+133+191=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #8085BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085BF is #7F7A40. Grayscale: #898989. Windows color (decimal): -8354369 or 12551552. OLE color: 12551552.
HSL color Cylindrical-coordinate representation of color #8085BF: hue angle of 235.24º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8085BF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 133 | 191 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.25 |
| HSL | 235.24º | 0.33% | 0.63% | - |
| HSV(B) | 235.24º | 0.33% | 0.75% | - |
| XYZ | 26.69 | 25.13 | 52.73 | - |
| YUV | 138.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 191 | 0.33 | 0.30 | 0 | 0.25 | 235.24 | 0.33 | 0.63 |
| Hex | 80 | 85 | BF | 21 | 1E | 0 | 19 | EB | 21 | 3F |
| Octal | 200 | 205 | 277 | 41 | 36 | 0 | 31 | 353 | 41 | 77 |
| Binary | 10000000 | 10000101 | 10111111 | 100001 | 11110 | 0 | 11001 | 11101011 | 100001 | 111111 |
Color Harmonies of #8085BF
Complementary color
Monochromatic Colors of #8085BF
Black with #8085BF
Text Example
Text Example
White with #8085BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085BF; }
p { color: rgb(128,133,191); }
H1.HeaderClassName
{
color: #8085BF;
}
.AnyTagClassName
{
color: #8085BF;
}
</style>
background-color css
<style>
a { background-color: #8085BF; }
a { background-color: rgb(128,133,191); }
div.DivClassName
{
background-color: #8085BF;
}
.BgClassName
{
background-color: #8085BF;
}
</style>
border-color css
<style>
span { border-color: #8085BF; }
span { border-color: rgb(128,133,191); }
td.TdClassName
{
border-color: #8085BF;
}
.TagClassName
{
border-color: #8085BF;
}
</style>