#8295BA

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

Shades of Wild Blue Yonder #8295BA

Tints of Wild Blue Yonder #8295BA

Color information

#8295BA (or 0x8295BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 95 and BA. RGB value is (130,149,186). Sum of RGB (Red+Green+Blue) = 130+149+186=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8295BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295BA is #7D6A45. Grayscale: #939393. Windows color (decimal): -8219206 or 12227970. OLE color: 12227970.

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

Color convert

RGB130149186-
CMYK0.300.2000.27
HSL219.64º28.87%61.96%-
HSV(B)219.64º30.11%72.94%-
XYZ28.8229.7950.68-
YUV147.54149.71115.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 186 (73.05% from 255) = 40%
R=27.96%
G=32.04%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301491860.300.2000.27219.6428.8761.96
Hex8295BA1E1401Bdc1d3e
Octal20222527236240333343576
Binary10000010100101011011101011110101000110111101110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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