#8296BA

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

Shades of Wild Blue Yonder #8296BA

Tints of Wild Blue Yonder #8296BA

Color information

#8296BA (or 0x8296BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 96 and BA. RGB value is (130,150,186). Sum of RGB (Red+Green+Blue) = 130+150+186=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8296BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296BA is #7D6945. Grayscale: #939393. Windows color (decimal): -8218950 or 12228226. OLE color: 12228226.

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

Color convert

RGB130150186-
CMYK0.300.1900.27
HSL218.57º28.87%61.96%-
HSV(B)218.57º30.11%72.94%-
XYZ28.9830.150.74-
YUV148.12149.37115.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=27.90%
G=32.19%
B=39.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301501860.300.1900.27218.5728.8761.96
Hex8296BA1E1301Bdb1d3e
Octal20222627236230333333576
Binary10000010100101101011101011110100110110111101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8296BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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