#8294BC

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

Shades of Wild Blue Yonder #8294BC

Tints of Wild Blue Yonder #8294BC

Color information

#8294BC (or 0x8294BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 94 and BC. RGB value is (130,148,188). Sum of RGB (Red+Green+Blue) = 130+148+188=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #8294BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294BC is #7D6B43. Grayscale: #939393. Windows color (decimal): -8219460 or 12358786. OLE color: 12358786.

HSL color Cylindrical-coordinate representation of color #8294BC: hue angle of 221.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8294BC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130148188-
CMYK0.310.2100.26
HSL221.38º30.21%62.35%-
HSV(B)221.38º30.85%73.73%-
XYZ28.8729.5651.76-
YUV147.18151.04115.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=27.90%
G=31.76%
B=40.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301481880.310.2100.26221.3830.2162.35
Hex8294BC1F1501Add1e3e
Octal20222427437250323353676
Binary10000010100101001011110011111101010110101101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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