#8084BA

Color #8084BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8084BA

Tints of Wild Blue Yonder #8084BA

Color information

#8084BA (or 0x8084BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 84 and BA. RGB value is (128,132,186). Sum of RGB (Red+Green+Blue) = 128+132+186=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8084BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084BA is #7F7B45. Grayscale: #888888. Windows color (decimal): -8354630 or 12223616. OLE color: 12223616.

HSL color Cylindrical-coordinate representation of color #8084BA: hue angle of 235.86º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8084BA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128132186-
CMYK0.310.2900.27
HSL235.86º29.59%61.57%-
HSV(B)235.86º31.18%72.94%-
XYZ26.0224.6449.84-
YUV136.96155.67121.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=28.70%
G=29.60%
B=41.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281321860.310.2900.27235.8629.5961.57
Hex8084BA1F1D01Bec1e3e
Octal20020427237350333543676
Binary10000000100001001011101011111111010110111110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8084BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8084BA; }

 p { color: rgb(128,132,186); }

 H1.HeaderClassName
 {
   color: #8084BA;
 }
 .AnyTagClassName
 {
   color: #8084BA;
 }
</style>
background-color css

<style>
 a { background-color: #8084BA; }

 a { background-color: rgb(128,132,186); }

 div.DivClassName
 {
   background-color: #8084BA;
 }
 .BgClassName
 {
   background-color: #8084BA;
 }
</style>
border-color css

<style>
 span { border-color: #8084BA; }

 span { border-color: rgb(128,132,186); }

 td.TdClassName
 {
   border-color: #8084BA;
 }
 .TagClassName
 {
   border-color: #8084BA;
 }
</style>