#8094BC

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

Shades of Wild Blue Yonder #8094BC

Tints of Wild Blue Yonder #8094BC

Color information

#8094BC (or 0x8094BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 94 and BC. RGB value is (128,148,188). Sum of RGB (Red+Green+Blue) = 128+148+188=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #8094BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094BC is #7F6B43. Grayscale: #929292. Windows color (decimal): -8350532 or 12358784. OLE color: 12358784.

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

Color convert

RGB128148188-
CMYK0.320.2100.26
HSL220º30.93%61.96%-
HSV(B)220º31.91%73.73%-
XYZ28.5729.451.75-
YUV146.58151.37114.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=27.59%
G=31.90%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281481880.320.2100.2622030.9361.96
Hex8094BC201501Adc1f3e
Octal20022427440250323343776
Binary100000001001010010111100100000101010110101101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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