#8294B9

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

Shades of Wild Blue Yonder #8294B9

Tints of Wild Blue Yonder #8294B9

Color information

#8294B9 (or 0x8294B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 94 and B9. RGB value is (130,148,185). Sum of RGB (Red+Green+Blue) = 130+148+185=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #8294B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294B9 is #7D6B46. Grayscale: #929292. Windows color (decimal): -8219463 or 12162178. OLE color: 12162178.

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

Color convert

RGB130148185-
CMYK0.300.2000.27
HSL220.36º28.21%61.76%-
HSV(B)220.36º29.73%72.55%-
XYZ28.5529.4350.07-
YUV146.84149.54115.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=28.08%
G=31.97%
B=39.96%

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
Decimal1301481850.300.2000.27220.3628.2161.76
Hex8294B91E1401Bdc1c3e
Octal20222427136240333343476
Binary10000010100101001011100111110101000110111101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8294B9; }

 p { color: rgb(130,148,185); }

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

<style>
 a { background-color: #8294B9; }

 a { background-color: rgb(130,148,185); }

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

<style>
 span { border-color: #8294B9; }

 span { border-color: rgb(130,148,185); }

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