#8294BB

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

Shades of Wild Blue Yonder #8294BB

Tints of Wild Blue Yonder #8294BB

Color information

#8294BB (or 0x8294BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 94 and BB. RGB value is (130,148,187). Sum of RGB (Red+Green+Blue) = 130+148+187=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8294BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294BB is #7D6B44. Grayscale: #929292. Windows color (decimal): -8219461 or 12293250. OLE color: 12293250.

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

Color convert

RGB130148187-
CMYK0.300.2100.27
HSL221.05º29.53%62.16%-
HSV(B)221.05º30.48%73.33%-
XYZ28.7729.5151.19-
YUV147.06150.54115.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=27.96%
G=31.83%
B=40.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301481870.300.2100.27221.0529.5362.16
Hex8294BB1E1501Bdd1e3e
Octal20222427336250333353676
Binary10000010100101001011101111110101010110111101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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