#8082BA

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

Shades of Wild Blue Yonder #8082BA

Tints of Wild Blue Yonder #8082BA

Color information

#8082BA (or 0x8082BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 82 and BA. RGB value is (128,130,186). Sum of RGB (Red+Green+Blue) = 128+130+186=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8082BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082BA is #7F7D45. Grayscale: #878787. Windows color (decimal): -8355142 or 12223104. OLE color: 12223104.

HSL color Cylindrical-coordinate representation of color #8082BA: hue angle of 237.93º 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 #8082BA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128130186-
CMYK0.310.3000.27
HSL237.93º29.59%61.57%-
HSV(B)237.93º31.18%72.94%-
XYZ25.7524.149.75-
YUV135.79156.34122.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=28.83%
G=29.28%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281301860.310.3000.27237.9329.5961.57
Hex8082BA1F1E01Bee1e3e
Octal20020227237360333563676
Binary10000000100000101011101011111111100110111110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8082BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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